#707B6E

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

Shades of Xanadu #707B6E

Tints of Xanadu #707B6E

Color information

#707B6E (or 0x707B6E) is unknown color: approx Xanadu. HEX triplet: 70, 7B and 6E. RGB value is (112,123,110). Sum of RGB (Red+Green+Blue) = 112+123+110=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #707B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B6E is #8F8491. Grayscale: #767676. Windows color (decimal): -9405586 or 7240560. OLE color: 7240560.

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

Color convert

RGB112123110-
CMYK0.0900.110.52
HSL110.77º5.58%45.69%-
HSV(B)110.77º10.57%48.24%-
XYZ16.5818.7417.49-
YUV118.23123.36123.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=32.46%
G=35.65%
B=31.88%

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
Decimal1121231100.0900.110.52110.775.5845.69
Hex707B6E90B346f62e
Octal1601731561101364157656
Binary1110000111101111011101001010111101001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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