#777230

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

Shades of Crete #777230

Tints of Crete #777230

Color information

#777230 (or 0x777230) is unknown color: approx Crete. HEX triplet: 77, 72 and 30. RGB value is (119,114,48). Sum of RGB (Red+Green+Blue) = 119+114+48=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #777230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777230 is #888DCF. Grayscale: #6C6C6C. Windows color (decimal): -8949200 or 3175031. OLE color: 3175031.

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

Color convert

RGB11911448-
CMYK00.040.600.53
HSL55.77º42.51%32.75%-
HSV(B)55.77º59.66%46.67%-
XYZ14.1616.175.17-
YUV107.9794.16135.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=42.35%
G=40.57%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191144800.040.600.5355.7742.5132.75
Hex777230043C35382b21
Octal16716260047465705341
Binary111011111100101100000100111100110101111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777230; }

 p { color: rgb(119,114,48); }

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

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

 a { background-color: rgb(119,114,48); }

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

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

 span { border-color: rgb(119,114,48); }

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