#707B6C

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

Shades of Xanadu #707B6C

Tints of Xanadu #707B6C

Color information

#707B6C (or 0x707B6C) is unknown color: approx Xanadu. HEX triplet: 70, 7B and 6C. RGB value is (112,123,108). Sum of RGB (Red+Green+Blue) = 112+123+108=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #707B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B6C is #8F8493. Grayscale: #767676. Windows color (decimal): -9405588 or 7109488. OLE color: 7109488.

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

Color convert

RGB112123108-
CMYK0.0900.120.52
HSL104º6.49%45.29%-
HSV(B)104º12.2%48.24%-
XYZ16.4718.6916.93-
YUV118122.36123.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=32.65%
G=35.86%
B=31.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121231080.0900.120.521046.4945.29
Hex707B6C90C346862d
Octal1601731541101464150655
Binary1110000111101111011001001011001101001101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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