#766B2C

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

Shades of Crete #766B2C

Tints of Crete #766B2C

Color information

#766B2C (or 0x766B2C) is unknown color: approx Crete. HEX triplet: 76, 6B and 2C. RGB value is (118,107,44). Sum of RGB (Red+Green+Blue) = 118+107+44=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B2C is #8994D3. Grayscale: #676767. Windows color (decimal): -9016532 or 2911094. OLE color: 2911094.

HSL color Cylindrical-coordinate representation of color #766B2C: hue angle of 51.08º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #766B2C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11810744-
CMYK00.090.630.54
HSL51.08º45.68%31.76%-
HSV(B)51.08º62.71%46.27%-
XYZ13.1814.554.5-
YUV103.1194.64138.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=43.87%
G=39.78%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181074400.090.630.5451.0845.6831.76
Hex766B2C093F36332e20
Octal166153540117766635640
Binary1110110110101110110001001111111110110110011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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