#766E38

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

Shades of Crete #766E38

Tints of Crete #766E38

Color information

#766E38 (or 0x766E38) is unknown color: approx Crete. HEX triplet: 76, 6E and 38. RGB value is (118,110,56). Sum of RGB (Red+Green+Blue) = 118+110+56=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E38 is #8991C7. Grayscale: #6A6A6A. Windows color (decimal): -9015752 or 3698294. OLE color: 3698294.

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

Color convert

RGB11811056-
CMYK00.070.530.54
HSL52.26º35.63%34.12%-
HSV(B)52.26º52.54%46.27%-
XYZ13.7615.295.97-
YUV106.2499.65136.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=41.55%
G=38.73%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181105600.070.530.5452.2635.6334.12
Hex766E38073536342422
Octal16615670076566644442
Binary111011011011101110000111110101110110110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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