#765138

Color #765138 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #765138

Tints of Old Copper #765138

Color information

#765138 (or 0x765138) is unknown color: approx Old Copper. HEX triplet: 76, 51 and 38. RGB value is (118,81,56). Sum of RGB (Red+Green+Blue) = 118+81+56=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765138 is #89AEC7. Grayscale: #595959. Windows color (decimal): -9023176 or 3690870. OLE color: 3690870.

HSL color Cylindrical-coordinate representation of color #765138: hue angle of 24.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765138 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1188156-
CMYK00.310.530.54
HSL24.19º35.63%34.12%-
HSV(B)24.19º52.54%46.27%-
XYZ11.1310.025.09-
YUV89.21109.26148.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=46.27%
G=31.76%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118815600.310.530.5424.1935.6334.12
Hex76513801F3536182422
Octal166121700376566304442
Binary1110110101000111100001111111010111011011000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765138; }

 p { color: rgb(118,81,56); }

 H1.HeaderClassName
 {
   color: #765138;
 }
 .AnyTagClassName
 {
   color: #765138;
 }
</style>
background-color css

<style>
 a { background-color: #765138; }

 a { background-color: rgb(118,81,56); }

 div.DivClassName
 {
   background-color: #765138;
 }
 .BgClassName
 {
   background-color: #765138;
 }
</style>
border-color css

<style>
 span { border-color: #765138; }

 span { border-color: rgb(118,81,56); }

 td.TdClassName
 {
   border-color: #765138;
 }
 .TagClassName
 {
   border-color: #765138;
 }
</style>