#766E2A

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

Shades of Crete #766E2A

Tints of Crete #766E2A

Color information

#766E2A (or 0x766E2A) is unknown color: approx Crete. HEX triplet: 76, 6E and 2A. RGB value is (118,110,42). Sum of RGB (Red+Green+Blue) = 118+110+42=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E2A is #8991D5. Grayscale: #686868. Windows color (decimal): -9015766 or 2780790. OLE color: 2780790.

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

Color convert

RGB11811042-
CMYK00.070.640.54
HSL53.68º47.5%31.37%-
HSV(B)53.68º64.41%46.27%-
XYZ13.4715.174.41-
YUV104.6492.65137.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=43.70%
G=40.74%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181104200.070.640.5453.6847.531.37
Hex766E2A07403636301f
Octal166156520710066666037
Binary111011011011101010100111100000011011011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,42); }

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

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

 a { background-color: rgb(118,110,42); }

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

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

 span { border-color: rgb(118,110,42); }

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