#70776D

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

Shades of Xanadu #70776D

Tints of Xanadu #70776D

Color information

#70776D (or 0x70776D) is unknown color: approx Xanadu. HEX triplet: 70, 77 and 6D. RGB value is (112,119,109). Sum of RGB (Red+Green+Blue) = 112+119+109=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #70776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776D is #8F8892. Grayscale: #737373. Windows color (decimal): -9406611 or 7174000. OLE color: 7174000.

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

Color convert

RGB112119109-
CMYK0.0600.080.53
HSL102º4.39%44.71%-
HSV(B)102º8.4%46.67%-
XYZ16.0417.7417.05-
YUV115.77124.18125.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=32.94%
G=35%
B=32.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121191090.0600.080.531024.3944.71
Hex70776D608356642d
Octal160167155601065146455
Binary111000011101111101101110010001101011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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