#77732D

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

Shades of Crete #77732D

Tints of Crete #77732D

Color information

#77732D (or 0x77732D) is unknown color: approx Crete. HEX triplet: 77, 73 and 2D. RGB value is (119,115,45). Sum of RGB (Red+Green+Blue) = 119+115+45=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77732D is #888CD2. Grayscale: #6C6C6C. Windows color (decimal): -8948947 or 2978679. OLE color: 2978679.

HSL color Cylindrical-coordinate representation of color #77732D: hue angle of 56.76º 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 #77732D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB11911545-
CMYK00.030.620.53
HSL56.76º45.12%32.16%-
HSV(B)56.76º62.18%46.67%-
XYZ14.2116.374.89-
YUV108.2292.33135.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=42.65%
G=41.22%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191154500.030.620.5356.7645.1232.16
Hex77732D033E35392d20
Octal16716355037665715540
Binary11101111110011101101011111110110101111001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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