#70776F

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

Shades of Xanadu #70776F

Tints of Xanadu #70776F

Color information

#70776F (or 0x70776F) is unknown color: approx Xanadu. HEX triplet: 70, 77 and 6F. RGB value is (112,119,111). Sum of RGB (Red+Green+Blue) = 112+119+111=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #70776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776F is #8F8890. Grayscale: #747474. Windows color (decimal): -9406609 or 7305072. OLE color: 7305072.

HSL color Cylindrical-coordinate representation of color #70776F: hue angle of 112.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #70776F is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB112119111-
CMYK0.0600.070.53
HSL112.5º3.48%45.1%-
HSV(B)112.5º6.72%46.67%-
XYZ16.1517.7917.62-
YUV115.99125.18125.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=32.75%
G=34.80%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121191110.0600.070.53112.53.4845.1
Hex70776F607357032d
Octal16016715760765160355
Binary1110000111011111011111100111110101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70776F; }

 p { color: rgb(112,119,111); }

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

<style>
 a { background-color: #70776F; }

 a { background-color: rgb(112,119,111); }

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

<style>
 span { border-color: #70776F; }

 span { border-color: rgb(112,119,111); }

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