#76702F

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

Shades of Crete #76702F

Tints of Crete #76702F

Color information

#76702F (or 0x76702F) is unknown color: approx Crete. HEX triplet: 76, 70 and 2F. RGB value is (118,112,47). Sum of RGB (Red+Green+Blue) = 118+112+47=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76702F is #898FD0. Grayscale: #6A6A6A. Windows color (decimal): -9015249 or 3108982. OLE color: 3108982.

HSL color Cylindrical-coordinate representation of color #76702F: hue angle of 54.93º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76702F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11811247-
CMYK00.050.600.54
HSL54.93º43.03%32.35%-
HSV(B)54.93º60.17%46.27%-
XYZ13.7815.654.98-
YUV106.3894.49136.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=42.60%
G=40.43%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181124700.050.600.5454.9343.0332.35
Hex76702F053C36372b20
Octal16616057057466675340
Binary111011011100001011110101111100110110110111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76702F; }

 p { color: rgb(118,112,47); }

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

<style>
 a { background-color: #76702F; }

 a { background-color: rgb(118,112,47); }

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

<style>
 span { border-color: #76702F; }

 span { border-color: rgb(118,112,47); }

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