#766C28

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

Shades of Crete #766C28

Tints of Crete #766C28

Color information

#766C28 (or 0x766C28) is unknown color: approx Crete. HEX triplet: 76, 6C and 28. RGB value is (118,108,40). Sum of RGB (Red+Green+Blue) = 118+108+40=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C28 is #8993D7. Grayscale: #676767. Windows color (decimal): -9016280 or 2649206. OLE color: 2649206.

HSL color Cylindrical-coordinate representation of color #766C28: hue angle of 52.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766C28 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB11810840-
CMYK00.080.660.54
HSL52.31º49.37%30.98%-
HSV(B)52.31º66.1%46.27%-
XYZ13.2214.734.15-
YUV103.2492.31138.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=44.36%
G=40.60%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181084000.080.660.5452.3149.3730.98
Hex766C2808423634311f
Octal1661545001010266646137
Binary1110110110110010100001000100001011011011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C28; }

 p { color: rgb(118,108,40); }

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

<style>
 a { background-color: #766C28; }

 a { background-color: rgb(118,108,40); }

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

<style>
 span { border-color: #766C28; }

 span { border-color: rgb(118,108,40); }

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