#707A6B

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

Shades of Xanadu #707A6B

Tints of Xanadu #707A6B

Color information

#707A6B (or 0x707A6B) is unknown color: approx Xanadu. HEX triplet: 70, 7A and 6B. RGB value is (112,122,107). Sum of RGB (Red+Green+Blue) = 112+122+107=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #707A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A6B is #8F8594. Grayscale: #757575. Windows color (decimal): -9405845 or 7043696. OLE color: 7043696.

HSL color Cylindrical-coordinate representation of color #707A6B: hue angle of 100º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707A6B is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB112122107-
CMYK0.0800.120.52
HSL100º6.55%44.9%-
HSV(B)100º12.3%47.84%-
XYZ16.318.4316.61-
YUV117.3122.19124.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=32.84%
G=35.78%
B=31.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221070.0800.120.521006.5544.9
Hex707A6B80C346472d
Octal1601721531001464144755
Binary1110000111101011010111000011001101001100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707A6B; }

 p { color: rgb(112,122,107); }

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

<style>
 a { background-color: #707A6B; }

 a { background-color: rgb(112,122,107); }

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

<style>
 span { border-color: #707A6B; }

 span { border-color: rgb(112,122,107); }

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