#77762B

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

Shades of Crete #77762B

Tints of Crete #77762B

Color information

#77762B (or 0x77762B) is unknown color: approx Crete. HEX triplet: 77, 76 and 2B. RGB value is (119,118,43). Sum of RGB (Red+Green+Blue) = 119+118+43=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762B is #8889D4. Grayscale: #6E6E6E. Windows color (decimal): -8948181 or 2848375. OLE color: 2848375.

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

Color convert

RGB11911843-
CMYK00.010.640.53
HSL59.21º46.91%31.76%-
HSV(B)59.21º63.87%46.67%-
XYZ14.5217.054.81-
YUV109.7590.33134.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=42.5%
G=42.14%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191184300.010.640.5359.2146.9131.76
Hex77762B0140353b2f20
Octal167166530110065735740
Binary11101111110110101011011000000110101111011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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