#787035

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

Shades of Crete #787035

Tints of Crete #787035

Color information

#787035 (or 0x787035) is unknown color: approx Crete. HEX triplet: 78, 70 and 35. RGB value is (120,112,53). Sum of RGB (Red+Green+Blue) = 120+112+53=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #787035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787035 is #878FCA. Grayscale: #6B6B6B. Windows color (decimal): -8884171 or 3502200. OLE color: 3502200.

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

Color convert

RGB12011253-
CMYK00.070.560.53
HSL52.84º38.73%33.92%-
HSV(B)52.84º55.83%47.06%-
XYZ14.1815.845.68-
YUV107.6797.15136.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=42.11%
G=39.30%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201125300.070.560.5352.8438.7333.92
Hex787035073835352722
Octal17016065077065654742
Binary111100011100001101010111111000110101110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787035; }

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

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

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

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

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

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

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

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