#767039

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

Shades of Crete #767039

Tints of Crete #767039

Color information

#767039 (or 0x767039) is unknown color: approx Crete. HEX triplet: 76, 70 and 39. RGB value is (118,112,57). Sum of RGB (Red+Green+Blue) = 118+112+57=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #767039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767039 is #898FC6. Grayscale: #6B6B6B. Windows color (decimal): -9015239 or 3764342. OLE color: 3764342.

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

Color convert

RGB11811257-
CMYK00.050.520.54
HSL54.1º34.86%34.31%-
HSV(B)54.1º51.69%46.27%-
XYZ1415.746.17-
YUV107.5299.49135.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 57 (22.66% from 255) = 19.86%
R=41.11%
G=39.02%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181125700.050.520.5454.134.8634.31
Hex767039053436362322
Octal16616071056466664342
Binary111011011100001110010101110100110110110110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767039; }

 p { color: rgb(118,112,57); }

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

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

 a { background-color: rgb(118,112,57); }

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

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

 span { border-color: rgb(118,112,57); }

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