Html Css Color HEX #758170 Xanadu

📋 copy color: '#758170'

red 117 ◦ green 129 ◦ blue 112

#758170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #758170

Tints of Xanadu #758170

RGB

 RED value IS 117 (46.09% from 255) = 32.68%

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 32.68%
G = 36.03%
B = 31.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#758170 (or 0x758170) is known color: Xanadu. HEX triplet: 75, 81 and 70. RGB value is (117,129,112). Sum of RGB (Red+Green+Blue) = 117+129+112=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #758170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758170 is #8A7E8F. Grayscale: #7B7B7B. Windows color (decimal): -9076368 or 7373173. OLE color: 7373173.

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

Color convert

RGB 117 129 112 -
CMYK 0.09 0 0.13 0.49
HSL 102.35º 0.07% 0.47% -
HSV(B) 102.35º 0.13% 0.51% -
XYZ 18.11 20.65 18.36 -
YUV 123.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 117 129 112 0.09 0 0.13 0.49 102.35 0.07 0.47
Hex 75 81 70 9 0 D 31 66 7 2F
Octal 165 201 160 11 0 15 61 146 7 57
Binary 1110101 10000001 1110000 1001 0 1101 110001 1100110 111 101111

Color Harmonies of #758170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758170

Black with #758170

Text Example


Text Example

White with #758170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758170; }

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

 H1.HeaderClassName
 {
   color: #758170;
 }
 .AnyTagClassName
 {
   color: #758170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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