#77762D

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

Shades of Crete #77762D

Tints of Crete #77762D

Color information

#77762D (or 0x77762D) is unknown color: approx Crete. HEX triplet: 77, 76 and 2D. RGB value is (119,118,45). Sum of RGB (Red+Green+Blue) = 119+118+45=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762D is #8889D2. Grayscale: #6E6E6E. Windows color (decimal): -8948179 or 2979447. OLE color: 2979447.

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

Color convert

RGB11911845-
CMYK00.010.620.53
HSL59.19º45.12%32.16%-
HSV(B)59.19º62.18%46.67%-
XYZ14.5617.075.01-
YUV109.9891.33134.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=42.20%
G=41.84%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191184500.010.620.5359.1945.1232.16
Hex77762D013E353b2d20
Octal16716655017665735540
Binary1110111111011010110101111110110101111011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77762D; }

 p { color: rgb(119,118,45); }

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

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

 a { background-color: rgb(119,118,45); }

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

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

 span { border-color: rgb(119,118,45); }

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