#766A28

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

Shades of Crete #766A28

Tints of Crete #766A28

Color information

#766A28 (or 0x766A28) is unknown color: approx Crete. HEX triplet: 76, 6A and 28. RGB value is (118,106,40). Sum of RGB (Red+Green+Blue) = 118+106+40=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A28 is #8995D7. Grayscale: #666666. Windows color (decimal): -9016792 or 2648694. OLE color: 2648694.

HSL color Cylindrical-coordinate representation of color #766A28: hue angle of 50.77º 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 #766A28 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB11810640-
CMYK00.100.660.54
HSL50.77º49.37%30.98%-
HSV(B)50.77º66.1%46.27%-
XYZ13.0114.314.08-
YUV102.0692.98139.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=44.70%
G=40.15%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181064000.100.660.5450.7749.3730.98
Hex766A280A423633311f
Octal1661525001210266636137
Binary1110110110101010100001010100001011011011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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