#76712E

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

Shades of Crete #76712E

Tints of Crete #76712E

Color information

#76712E (or 0x76712E) is unknown color: approx Crete. HEX triplet: 76, 71 and 2E. RGB value is (118,113,46). Sum of RGB (Red+Green+Blue) = 118+113+46=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76712E is #898ED1. Grayscale: #6B6B6B. Windows color (decimal): -9014994 or 3043702. OLE color: 3043702.

HSL color Cylindrical-coordinate representation of color #76712E: hue angle of 55.83º 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 #76712E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11811346-
CMYK00.040.610.54
HSL55.83º43.9%32.16%-
HSV(B)55.83º61.02%46.27%-
XYZ13.8715.864.91-
YUV106.8693.66135.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=42.60%
G=40.79%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181134600.040.610.5455.8343.932.16
Hex76712E043D36382c20
Octal16616156047566705440
Binary111011011100011011100100111101110110111000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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