#766D35

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

Shades of Crete #766D35

Tints of Crete #766D35

Color information

#766D35 (or 0x766D35) is unknown color: approx Crete. HEX triplet: 76, 6D and 35. RGB value is (118,109,53). Sum of RGB (Red+Green+Blue) = 118+109+53=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D35 is #8992CA. Grayscale: #696969. Windows color (decimal): -9016011 or 3501430. OLE color: 3501430.

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

Color convert

RGB11810953-
CMYK00.080.550.54
HSL51.69º38.01%33.53%-
HSV(B)51.69º55.08%46.27%-
XYZ13.5815.055.56-
YUV105.3198.48137.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=42.14%
G=38.93%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181095300.080.550.5451.6938.0133.53
Hex766D35083736342622
Octal166155650106766644642
Binary1110110110110111010101000110111110110110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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