#76772D

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

Shades of Crete #76772D

Tints of Crete #76772D

Color information

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

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

Color convert

RGB11811945-
CMYK0.0100.620.53
HSL60.81º45.12%32.16%-
HSV(B)60.81º62.18%46.67%-
XYZ14.5417.235.04-
YUV110.2691.17133.52-

RGB Variations

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

RGB

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

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
Decimal118119450.0100.620.5360.8145.1232.16
Hex76772D103E353d2d20
Octal16616755107665755540
Binary1110110111011110110110111110110101111101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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