#77782F

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

Shades of Crete #77782F

Tints of Crete #77782F

Color information

#77782F (or 0x77782F) is unknown color: approx Crete. HEX triplet: 77, 78 and 2F. RGB value is (119,120,47). Sum of RGB (Red+Green+Blue) = 119+120+47=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #77782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77782F is #8887D0. Grayscale: #6F6F6F. Windows color (decimal): -8947665 or 3111031. OLE color: 3111031.

HSL color Cylindrical-coordinate representation of color #77782F: hue angle of 60.82º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77782F is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB11912047-
CMYK0.0100.610.53
HSL60.82º43.71%32.75%-
HSV(B)60.82º60.83%47.06%-
XYZ14.8417.565.3-
YUV111.3891.67133.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 47 (18.75% from 255) = 16.43%
R=41.61%
G=41.96%
B=16.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120470.0100.610.5360.8243.7132.75
Hex77782F103D353d2c21
Octal16717057107565755441
Binary1110111111100010111110111101110101111101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77782F; }

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

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

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

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

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

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

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

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