#777A2F

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

Shades of Crete #777A2F

Tints of Crete #777A2F

Color information

#777A2F (or 0x777A2F) is unknown color: approx Crete. HEX triplet: 77, 7A and 2F. RGB value is (119,122,47). Sum of RGB (Red+Green+Blue) = 119+122+47=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #777A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A2F is #8885D0. Grayscale: #707070. Windows color (decimal): -8947153 or 3111543. OLE color: 3111543.

HSL color Cylindrical-coordinate representation of color #777A2F: hue angle of 62.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #777A2F is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB11912247-
CMYK0.0200.610.52
HSL62.4º44.38%33.14%-
HSV(B)62.4º61.48%47.84%-
XYZ15.0818.055.38-
YUV112.5591.01132.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=41.32%
G=42.36%
B=16.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119122470.0200.610.5262.444.3833.14
Hex777A2F203D343e2c21
Octal16717257207564765441
Binary11101111111010101111100111101110100111110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A2F; }

 p { color: rgb(119,122,47); }

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

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

 a { background-color: rgb(119,122,47); }

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

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

 span { border-color: rgb(119,122,47); }

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