#707B6D

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

Shades of Xanadu #707B6D

Tints of Xanadu #707B6D

Color information

#707B6D (or 0x707B6D) is unknown color: approx Xanadu. HEX triplet: 70, 7B and 6D. RGB value is (112,123,109). Sum of RGB (Red+Green+Blue) = 112+123+109=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #707B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B6D is #8F8492. Grayscale: #767676. Windows color (decimal): -9405587 or 7175024. OLE color: 7175024.

HSL color Cylindrical-coordinate representation of color #707B6D: hue angle of 107.14º 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 #707B6D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB112123109-
CMYK0.0900.110.52
HSL107.14º6.03%45.49%-
HSV(B)107.14º11.38%48.24%-
XYZ16.5318.7117.21-
YUV118.12122.86123.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=32.56%
G=35.76%
B=31.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121231090.0900.110.52107.146.0345.49
Hex707B6D90B346b62d
Octal1601731551101364153655
Binary1110000111101111011011001010111101001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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