#787134

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

Shades of Crete #787134

Tints of Crete #787134

Color information

#787134 (or 0x787134) is unknown color: approx Crete. HEX triplet: 78, 71 and 34. RGB value is (120,113,52). Sum of RGB (Red+Green+Blue) = 120+113+52=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #787134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787134 is #878ECB. Grayscale: #6C6C6C. Windows color (decimal): -8883916 or 3436920. OLE color: 3436920.

HSL color Cylindrical-coordinate representation of color #787134: hue angle of 53.82º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #787134 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB12011352-
CMYK00.060.570.53
HSL53.82º39.53%33.73%-
HSV(B)53.82º56.67%47.06%-
XYZ14.2716.055.59-
YUV108.1496.32136.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=42.11%
G=39.65%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201135200.060.570.5353.8239.5333.73
Hex787134063935362822
Octal17016164067165665042
Binary111100011100011101000110111001110101110110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787134; }

 p { color: rgb(120,113,52); }

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

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

 a { background-color: rgb(120,113,52); }

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

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

 span { border-color: rgb(120,113,52); }

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