#777940

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

Shades of Crete #777940

Tints of Crete #777940

Color information

#777940 (or 0x777940) is unknown color: approx Crete. HEX triplet: 77, 79 and 40. RGB value is (119,121,64). Sum of RGB (Red+Green+Blue) = 119+121+64=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #777940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777940 is #8886BF. Grayscale: #727272. Windows color (decimal): -8947392 or 4225399. OLE color: 4225399.

HSL color Cylindrical-coordinate representation of color #777940: hue angle of 62.11º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777940 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB11912164-
CMYK0.0200.470.53
HSL62.11º30.81%36.27%-
HSV(B)62.11º47.11%47.45%-
XYZ15.3717.977.51-
YUV113.999.84131.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=39.14%
G=39.80%
B=21.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121640.0200.470.5362.1130.8136.27
Hex777940202F353e1f24
Octal167171100205765763744
Binary11101111111001100000010010111111010111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777940; }

 p { color: rgb(119,121,64); }

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

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

 a { background-color: rgb(119,121,64); }

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

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

 span { border-color: rgb(119,121,64); }

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