#758670

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

Shades of Xanadu #758670

Tints of Xanadu #758670

Color information

#758670 (or 0x758670) is unknown color: approx Xanadu. HEX triplet: 75, 86 and 70. RGB value is (117,134,112). Sum of RGB (Red+Green+Blue) = 117+134+112=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #758670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758670 is #8A798F. Grayscale: #7E7E7E. Windows color (decimal): -9075088 or 7374453. OLE color: 7374453.

HSL color Cylindrical-coordinate representation of color #758670: hue angle of 106.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758670 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB117134112-
CMYK0.1300.160.47
HSL106.36º8.94%48.24%-
HSV(B)106.36º16.42%52.55%-
XYZ18.792218.59-
YUV126.41119.87121.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=32.23%
G=36.91%
B=30.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341120.1300.160.47106.368.9448.24
Hex758670D0102F6a930
Octal16520616015020571521160
Binary1110101100001101110000110101000010111111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758670; }

 p { color: rgb(117,134,112); }

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

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

 a { background-color: rgb(117,134,112); }

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

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

 span { border-color: rgb(117,134,112); }

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