#76702E

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

Shades of Crete #76702E

Tints of Crete #76702E

Color information

#76702E (or 0x76702E) is unknown color: approx Crete. HEX triplet: 76, 70 and 2E. RGB value is (118,112,46). Sum of RGB (Red+Green+Blue) = 118+112+46=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76702E is #898FD1. Grayscale: #6A6A6A. Windows color (decimal): -9015250 or 3043446. OLE color: 3043446.

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

Color convert

RGB11811246-
CMYK00.050.610.54
HSL55º43.9%32.16%-
HSV(B)55º61.02%46.27%-
XYZ13.7615.644.88-
YUV106.2793.99136.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=42.75%
G=40.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181124600.050.610.545543.932.16
Hex76702E053D36372c20
Octal16616056057566675440
Binary111011011100001011100101111101110110110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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