#766E35

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

Shades of Crete #766E35

Tints of Crete #766E35

Color information

#766E35 (or 0x766E35) is unknown color: approx Crete. HEX triplet: 76, 6E and 35. RGB value is (118,110,53). Sum of RGB (Red+Green+Blue) = 118+110+53=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E35 is #8991CA. Grayscale: #6A6A6A. Windows color (decimal): -9015755 or 3501686. OLE color: 3501686.

HSL color Cylindrical-coordinate representation of color #766E35: hue angle of 52.62º 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 #766E35 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB11811053-
CMYK00.070.550.54
HSL52.62º38.01%33.53%-
HSV(B)52.62º55.08%46.27%-
XYZ13.6915.265.59-
YUV105.8998.15136.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=41.99%
G=39.15%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181105300.070.550.5452.6238.0133.53
Hex766E35073736352622
Octal16615665076766654642
Binary111011011011101101010111110111110110110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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