#707C69

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

Shades of Xanadu #707C69

Tints of Xanadu #707C69

Color information

#707C69 (or 0x707C69) is unknown color: approx Xanadu. HEX triplet: 70, 7C and 69. RGB value is (112,124,105). Sum of RGB (Red+Green+Blue) = 112+124+105=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #707C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C69 is #8F8396. Grayscale: #767676. Windows color (decimal): -9405335 or 6913136. OLE color: 6913136.

HSL color Cylindrical-coordinate representation of color #707C69: hue angle of 97.89º 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 #707C69 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB112124105-
CMYK0.1000.150.51
HSL97.89º8.3%44.9%-
HSV(B)97.89º15.32%48.63%-
XYZ16.4418.8816.14-
YUV118.25120.52123.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=32.84%
G=36.36%
B=30.79%

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
Decimal1121241050.1000.150.5197.898.344.9
Hex707C69A0F336282d
Octal16017415112017631421055
Binary11100001111100110100110100111111001111000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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