#76773B

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

Shades of Crete #76773B

Tints of Crete #76773B

Color information

#76773B (or 0x76773B) is unknown color: approx Crete. HEX triplet: 76, 77 and 3B. RGB value is (118,119,59). Sum of RGB (Red+Green+Blue) = 118+119+59=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #76773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773B is #8988C4. Grayscale: #707070. Windows color (decimal): -9013445 or 3897206. OLE color: 3897206.

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

Color convert

RGB11811959-
CMYK0.0100.500.53
HSL61º33.71%34.9%-
HSV(B)61º50.42%46.67%-
XYZ14.8617.366.71-
YUV111.8698.17132.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=39.86%
G=40.20%
B=19.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119590.0100.500.536133.7134.9
Hex76773B1032353d2223
Octal16616773106265754243
Binary1110110111011111101110110010110101111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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