#707C6E

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

Shades of Xanadu #707C6E

Tints of Xanadu #707C6E

Color information

#707C6E (or 0x707C6E) is unknown color: approx Xanadu. HEX triplet: 70, 7C and 6E. RGB value is (112,124,110). Sum of RGB (Red+Green+Blue) = 112+124+110=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #707C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C6E is #8F8391. Grayscale: #767676. Windows color (decimal): -9405330 or 7240816. OLE color: 7240816.

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

Color convert

RGB112124110-
CMYK0.1000.110.51
HSL111.43º5.98%45.88%-
HSV(B)111.43º11.29%48.63%-
XYZ16.718.9917.54-
YUV118.82123.02123.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=32.37%
G=35.84%
B=31.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121241100.1000.110.51111.435.9845.88
Hex707C6EA0B336f62e
Octal1601741561201363157656
Binary1110000111110011011101010010111100111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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