#766E34

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

Shades of Crete #766E34

Tints of Crete #766E34

Color information

#766E34 (or 0x766E34) is unknown color: approx Crete. HEX triplet: 76, 6E and 34. RGB value is (118,110,52). Sum of RGB (Red+Green+Blue) = 118+110+52=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E34 is #8991CB. Grayscale: #6A6A6A. Windows color (decimal): -9015756 or 3436150. OLE color: 3436150.

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

Color convert

RGB11811052-
CMYK00.070.560.54
HSL52.73º38.82%33.33%-
HSV(B)52.73º55.93%46.27%-
XYZ13.6715.255.47-
YUV105.7897.65136.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=42.14%
G=39.29%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181105200.070.560.5452.7338.8233.33
Hex766E34073836352721
Octal16615664077066654741
Binary111011011011101101000111111000110110110101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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