#787332

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

Shades of Crete #787332

Tints of Crete #787332

Color information

#787332 (or 0x787332) is unknown color: approx Crete. HEX triplet: 78, 73 and 32. RGB value is (120,115,50). Sum of RGB (Red+Green+Blue) = 120+115+50=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #787332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787332 is #878CCD. Grayscale: #6D6D6D. Windows color (decimal): -8883406 or 3306360. OLE color: 3306360.

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

Color convert

RGB12011550-
CMYK00.040.580.53
HSL55.71º41.18%33.33%-
HSV(B)55.71º58.33%47.06%-
XYZ14.4516.485.44-
YUV109.0894.66135.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=42.11%
G=40.35%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201155000.040.580.5355.7141.1833.33
Hex787332043A35382921
Octal17016362047265705141
Binary111100011100111100100100111010110101111000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787332; }

 p { color: rgb(120,115,50); }

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

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

 a { background-color: rgb(120,115,50); }

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

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

 span { border-color: rgb(120,115,50); }

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