#766B28

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

Shades of Crete #766B28

Tints of Crete #766B28

Color information

#766B28 (or 0x766B28) is unknown color: approx Crete. HEX triplet: 76, 6B and 28. RGB value is (118,107,40). Sum of RGB (Red+Green+Blue) = 118+107+40=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #766B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B28 is #8994D7. Grayscale: #666666. Windows color (decimal): -9016536 or 2648950. OLE color: 2648950.

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

Color convert

RGB11810740-
CMYK00.090.660.54
HSL51.54º49.37%30.98%-
HSV(B)51.54º66.1%46.27%-
XYZ13.1114.524.12-
YUV102.6592.64138.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=44.53%
G=40.38%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181074000.090.660.5451.5449.3730.98
Hex766B2809423634311f
Octal1661535001110266646137
Binary1110110110101110100001001100001011011011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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