#76753F

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

Shades of Crete #76753F

Tints of Crete #76753F

Color information

#76753F (or 0x76753F) is unknown color: approx Crete. HEX triplet: 76, 75 and 3F. RGB value is (118,117,63). Sum of RGB (Red+Green+Blue) = 118+117+63=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753F is #898AC0. Grayscale: #6F6F6F. Windows color (decimal): -9013953 or 4158838. OLE color: 4158838.

HSL color Cylindrical-coordinate representation of color #76753F: hue angle of 58.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76753F is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11811763-
CMYK00.010.470.54
HSL58.91º30.39%35.49%-
HSV(B)58.91º46.61%46.27%-
XYZ14.7316.937.19-
YUV111.14100.83132.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 63 (25% from 255) = 21.14%
R=39.60%
G=39.26%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181176300.010.470.5458.9130.3935.49
Hex76753F012F363b1e23
Octal16616577015766733643
Binary111011011101011111110110111111011011101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,117,63); }

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

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

 a { background-color: rgb(118,117,63); }

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

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

 span { border-color: rgb(118,117,63); }

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