#77782E

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

Shades of Crete #77782E

Tints of Crete #77782E

Color information

#77782E (or 0x77782E) is unknown color: approx Crete. HEX triplet: 77, 78 and 2E. RGB value is (119,120,46). Sum of RGB (Red+Green+Blue) = 119+120+46=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #77782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77782E is #8887D1. Grayscale: #6F6F6F. Windows color (decimal): -8947666 or 3045495. OLE color: 3045495.

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

Color convert

RGB11912046-
CMYK0.0100.620.53
HSL60.81º44.58%32.55%-
HSV(B)60.81º61.67%47.06%-
XYZ14.8217.555.19-
YUV111.2691.17133.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=41.75%
G=42.11%
B=16.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120460.0100.620.5360.8144.5832.55
Hex77782E103E353d2d21
Octal16717056107665755541
Binary1110111111100010111010111110110101111101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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