#76702D

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

Shades of Crete #76702D

Tints of Crete #76702D

Color information

#76702D (or 0x76702D) is unknown color: approx Crete. HEX triplet: 76, 70 and 2D. RGB value is (118,112,45). Sum of RGB (Red+Green+Blue) = 118+112+45=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76702D is #898FD2. Grayscale: #6A6A6A. Windows color (decimal): -9015251 or 2977910. OLE color: 2977910.

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

Color convert

RGB11811245-
CMYK00.050.620.54
HSL55.07º44.79%31.96%-
HSV(B)55.07º61.86%46.27%-
XYZ13.7415.634.78-
YUV106.1693.49136.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=42.91%
G=40.73%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181124500.050.620.5455.0744.7931.96
Hex76702D053E36372d20
Octal16616055057666675540
Binary111011011100001011010101111110110110110111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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