#76742D

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

Shades of Crete #76742D

Tints of Crete #76742D

Color information

#76742D (or 0x76742D) is unknown color: approx Crete. HEX triplet: 76, 74 and 2D. RGB value is (118,116,45). Sum of RGB (Red+Green+Blue) = 118+116+45=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742D is #898BD2. Grayscale: #6C6C6C. Windows color (decimal): -9014227 or 2978934. OLE color: 2978934.

HSL color Cylindrical-coordinate representation of color #76742D: hue angle of 58.36º 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 #76742D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11811645-
CMYK00.020.620.54
HSL58.36º44.79%31.96%-
HSV(B)58.36º61.86%46.27%-
XYZ14.1916.534.93-
YUV108.592.16134.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=42.29%
G=41.58%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181164500.020.620.5458.3644.7931.96
Hex76742D023E363a2d20
Octal16616455027666725540
Binary11101101110100101101010111110110110111010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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