#70766D

Color #70766D Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #70766D

Tints of Xanadu #70766D

Color information

#70766D (or 0x70766D) is unknown color: approx Xanadu. HEX triplet: 70, 76 and 6D. RGB value is (112,118,109). Sum of RGB (Red+Green+Blue) = 112+118+109=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #70766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70766D is #8F8992. Grayscale: #737373. Windows color (decimal): -9406867 or 7173744. OLE color: 7173744.

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

Color convert

RGB112118109-
CMYK0.0500.080.54
HSL100º3.96%44.51%-
HSV(B)100º7.63%46.27%-
XYZ15.9217.5117.01-
YUV115.18124.51125.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=33.04%
G=34.81%
B=32.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181090.0500.080.541003.9644.51
Hex70766D508366442d
Octal160166155501066144455
Binary111000011101101101101101010001101101100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70766D; }

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

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

<style>
 a { background-color: #70766D; }

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

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

<style>
 span { border-color: #70766D; }

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

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