#76732E

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

Shades of Crete #76732E

Tints of Crete #76732E

Color information

#76732E (or 0x76732E) is unknown color: approx Crete. HEX triplet: 76, 73 and 2E. RGB value is (118,115,46). Sum of RGB (Red+Green+Blue) = 118+115+46=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76732E is #898CD1. Grayscale: #6C6C6C. Windows color (decimal): -9014482 or 3044214. OLE color: 3044214.

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

Color convert

RGB11811546-
CMYK00.030.610.54
HSL57.5º43.9%32.16%-
HSV(B)57.5º61.02%46.27%-
XYZ14.116.314.99-
YUV108.0392.99135.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=42.29%
G=41.22%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181154600.030.610.5457.543.932.16
Hex76732E033D363a2c20
Octal16616356037566725440
Binary11101101110011101110011111101110110111010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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