#777036

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

Shades of Crete #777036

Tints of Crete #777036

Color information

#777036 (or 0x777036) is unknown color: approx Crete. HEX triplet: 77, 70 and 36. RGB value is (119,112,54). Sum of RGB (Red+Green+Blue) = 119+112+54=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #777036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777036 is #888FC9. Grayscale: #6B6B6B. Windows color (decimal): -8949706 or 3567735. OLE color: 3567735.

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

Color convert

RGB11911254-
CMYK00.060.550.53
HSL53.54º37.57%33.92%-
HSV(B)53.54º54.62%46.67%-
XYZ14.0715.785.79-
YUV107.4897.82136.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=41.75%
G=39.30%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191125400.060.550.5353.5437.5733.92
Hex777036063735362622
Octal16716066066765664642
Binary111011111100001101100110110111110101110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777036; }

 p { color: rgb(119,112,54); }

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

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

 a { background-color: rgb(119,112,54); }

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

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

 span { border-color: rgb(119,112,54); }

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