#707D6A

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

Shades of Xanadu #707D6A

Tints of Xanadu #707D6A

Color information

#707D6A (or 0x707D6A) is unknown color: approx Xanadu. HEX triplet: 70, 7D and 6A. RGB value is (112,125,106). Sum of RGB (Red+Green+Blue) = 112+125+106=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 125 - color contains mainly: green. Hex color #707D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D6A is #8F8295. Grayscale: #777777. Windows color (decimal): -9405078 or 6978928. OLE color: 6978928.

HSL color Cylindrical-coordinate representation of color #707D6A: hue angle of 101.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707D6A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB112125106-
CMYK0.1000.150.51
HSL101.05º8.23%45.29%-
HSV(B)101.05º15.2%49.02%-
XYZ16.6219.1516.46-
YUV118.95120.69123.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=32.65%
G=36.44%
B=30.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121251060.1000.150.51101.058.2345.29
Hex707D6AA0F336582d
Octal16017515212017631451055
Binary11100001111101110101010100111111001111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,106); }

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

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

 a { background-color: rgb(112,125,106); }

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

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

 span { border-color: rgb(112,125,106); }

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