#787031

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

Shades of Crete #787031

Tints of Crete #787031

Color information

#787031 (or 0x787031) is unknown color: approx Crete. HEX triplet: 78, 70 and 31. RGB value is (120,112,49). Sum of RGB (Red+Green+Blue) = 120+112+49=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #787031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787031 is #878FCE. Grayscale: #6B6B6B. Windows color (decimal): -8884175 or 3240056. OLE color: 3240056.

HSL color Cylindrical-coordinate representation of color #787031: hue angle of 53.24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #787031 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB12011249-
CMYK00.070.590.53
HSL53.24º42.01%33.14%-
HSV(B)53.24º59.17%47.06%-
XYZ14.0915.85.21-
YUV107.2195.15137.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=42.70%
G=39.86%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201124900.070.590.5353.2442.0133.14
Hex787031073B35352a21
Octal17016061077365655241
Binary111100011100001100010111111011110101110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787031; }

 p { color: rgb(120,112,49); }

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

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

 a { background-color: rgb(120,112,49); }

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

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

 span { border-color: rgb(120,112,49); }

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