#76753B

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

Shades of Crete #76753B

Tints of Crete #76753B

Color information

#76753B (or 0x76753B) is unknown color: approx Crete. HEX triplet: 76, 75 and 3B. RGB value is (118,117,59). Sum of RGB (Red+Green+Blue) = 118+117+59=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753B is #898AC4. Grayscale: #6E6E6E. Windows color (decimal): -9013957 or 3896694. OLE color: 3896694.

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

Color convert

RGB11811759-
CMYK00.010.500.54
HSL58.98º33.33%34.71%-
HSV(B)58.98º50%46.27%-
XYZ14.6216.896.63-
YUV110.6998.83133.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=40.14%
G=39.80%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181175900.010.500.5458.9833.3334.71
Hex76753B0132363b2123
Octal16616573016266734143
Binary1110110111010111101101110010110110111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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