#777032

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

Shades of Crete #777032

Tints of Crete #777032

Color information

#777032 (or 0x777032) is unknown color: approx Crete. HEX triplet: 77, 70 and 32. RGB value is (119,112,50). Sum of RGB (Red+Green+Blue) = 119+112+50=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #777032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777032 is #888FCD. Grayscale: #6B6B6B. Windows color (decimal): -8949710 or 3305591. OLE color: 3305591.

HSL color Cylindrical-coordinate representation of color #777032: hue angle of 53.91º 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 #777032 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB11911250-
CMYK00.060.580.53
HSL53.91º40.83%33.14%-
HSV(B)53.91º57.98%46.67%-
XYZ13.9815.745.32-
YUV107.0295.82136.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=42.35%
G=39.86%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191125000.060.580.5353.9140.8333.14
Hex777032063A35362921
Octal16716062067265665141
Binary111011111100001100100110111010110101110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777032; }

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

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

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

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

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

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

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

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