Html Css Color HEX #717870 Xanadu

📋 copy color: '#717870'

red 113 ◦ green 120 ◦ blue 112

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

Shades of Xanadu #717870

Tints of Xanadu #717870

RGB

 RED value IS 113 (44.53% from 255) = 32.75%

 GREEN value IS 120 (47.27% from 255) = 34.78%

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

R = 32.75%
G = 34.78%
B = 32.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#717870 (or 0x717870) is known color: Xanadu. HEX triplet: 71, 78 and 70. RGB value is (113,120,112). Sum of RGB (Red+Green+Blue) = 113+120+112=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #717870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717870 is #8E878F. Grayscale: #757575. Windows color (decimal): -9340816 or 7370865. OLE color: 7370865.

HSL color Cylindrical-coordinate representation of color #717870: hue angle of 112.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717870 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 120 112 -
CMYK 0.06 0 0.07 0.53
HSL 112.5º 0.03% 0.45% -
HSV(B) 112.5º 0.07% 0.47% -
XYZ 16.45 18.11 17.96 -
YUV 117 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 113 120 112 0.06 0 0.07 0.53 112.5 0.03 0.45
Hex 71 78 70 6 0 7 35 70 3 2D
Octal 161 170 160 6 0 7 65 160 3 55
Binary 1110001 1111000 1110000 110 0 111 110101 1110000 11 101101

Color Harmonies of #717870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717870

Black with #717870

Text Example


Text Example

White with #717870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717870; }

 p { color: rgb(113,120,112); }

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

background-color css

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

 a { background-color: rgb(113,120,112); }

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

border-color css

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

 span { border-color: rgb(113,120,112); }

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