#707A6C

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

Shades of Xanadu #707A6C

Tints of Xanadu #707A6C

Color information

#707A6C (or 0x707A6C) is unknown color: approx Xanadu. HEX triplet: 70, 7A and 6C. RGB value is (112,122,108). Sum of RGB (Red+Green+Blue) = 112+122+108=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #707A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A6C is #8F8593. Grayscale: #757575. Windows color (decimal): -9405844 or 7109232. OLE color: 7109232.

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

Color convert

RGB112122108-
CMYK0.0800.110.52
HSL102.86º6.09%45.1%-
HSV(B)102.86º11.48%47.84%-
XYZ16.3518.4516.89-
YUV117.41122.69124.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=32.75%
G=35.67%
B=31.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221080.0800.110.52102.866.0945.1
Hex707A6C80B346762d
Octal1601721541001364147655
Binary1110000111101011011001000010111101001100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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