#76753C

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

Shades of Crete #76753C

Tints of Crete #76753C

Color information

#76753C (or 0x76753C) is unknown color: approx Crete. HEX triplet: 76, 75 and 3C. RGB value is (118,117,60). Sum of RGB (Red+Green+Blue) = 118+117+60=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753C is #898AC3. Grayscale: #6F6F6F. Windows color (decimal): -9013956 or 3962230. OLE color: 3962230.

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

Color convert

RGB11811760-
CMYK00.010.490.54
HSL58.97º32.58%34.9%-
HSV(B)58.97º49.15%46.27%-
XYZ14.6516.96.77-
YUV110.899.33133.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=40%
G=39.66%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181176000.010.490.5458.9732.5834.9
Hex76753C0131363b2123
Octal16616574016166734143
Binary1110110111010111110001110001110110111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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