#766D2D

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

Shades of Crete #766D2D

Tints of Crete #766D2D

Color information

#766D2D (or 0x766D2D) is unknown color: approx Crete. HEX triplet: 76, 6D and 2D. RGB value is (118,109,45). Sum of RGB (Red+Green+Blue) = 118+109+45=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D2D is #8992D2. Grayscale: #686868. Windows color (decimal): -9016019 or 2977142. OLE color: 2977142.

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

Color convert

RGB11810945-
CMYK00.080.620.54
HSL52.6º44.79%31.96%-
HSV(B)52.6º61.86%46.27%-
XYZ13.4114.984.67-
YUV104.3994.48137.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=43.38%
G=40.07%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181094500.080.620.5452.644.7931.96
Hex766D2D083E36352d20
Octal166155550107666655540
Binary1110110110110110110101000111110110110110101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,45); }

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

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

 a { background-color: rgb(118,109,45); }

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

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

 span { border-color: rgb(118,109,45); }

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