#76732A

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

Shades of Crete #76732A

Tints of Crete #76732A

Color information

#76732A (or 0x76732A) is unknown color: approx Crete. HEX triplet: 76, 73 and 2A. RGB value is (118,115,42). Sum of RGB (Red+Green+Blue) = 118+115+42=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76732A is #898CD5. Grayscale: #6B6B6B. Windows color (decimal): -9014486 or 2782070. OLE color: 2782070.

HSL color Cylindrical-coordinate representation of color #76732A: hue angle of 57.63º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76732A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11811542-
CMYK00.030.640.54
HSL57.63º47.5%31.37%-
HSV(B)57.63º64.41%46.27%-
XYZ14.0216.284.59-
YUV107.5790.99135.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=42.91%
G=41.82%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181154200.030.640.5457.6347.531.37
Hex76732A0340363a301f
Octal166163520310066726037
Binary11101101110011101010011100000011011011101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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