#76742F

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

Shades of Crete #76742F

Tints of Crete #76742F

Color information

#76742F (or 0x76742F) is unknown color: approx Crete. HEX triplet: 76, 74 and 2F. RGB value is (118,116,47). Sum of RGB (Red+Green+Blue) = 118+116+47=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742F is #898BD0. Grayscale: #6D6D6D. Windows color (decimal): -9014225 or 3110006. OLE color: 3110006.

HSL color Cylindrical-coordinate representation of color #76742F: hue angle of 58.31º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76742F is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11811647-
CMYK00.020.600.54
HSL58.31º43.03%32.35%-
HSV(B)58.31º60.17%46.27%-
XYZ14.2316.555.13-
YUV108.7393.16134.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=41.99%
G=41.28%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181164700.020.600.5458.3143.0332.35
Hex76742F023C363a2b20
Octal16616457027466725340
Binary11101101110100101111010111100110110111010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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