Html Css Color HEX #717670 Xanadu

📋 copy color: '#717670'

red 113 ◦ green 118 ◦ blue 112

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

Shades of Xanadu #717670

Tints of Xanadu #717670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 32.94%
G = 34.4%
B = 32.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#717670 (or 0x717670) is known color: Xanadu. HEX triplet: 71, 76 and 70. RGB value is (113,118,112). Sum of RGB (Red+Green+Blue) = 113+118+112=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #717670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717670 is #8E898F. Grayscale: #737373. Windows color (decimal): -9341328 or 7370353. OLE color: 7370353.

HSL color Cylindrical-coordinate representation of color #717670: hue angle of 110º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717670 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 112 -
CMYK 0.04 0 0.05 0.54
HSL 110º 0.03% 0.45% -
HSV(B) 110º 0.05% 0.46% -
XYZ 16.21 17.64 17.88 -
YUV 115.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 113 118 112 0.04 0 0.05 0.54 110 0.03 0.45
Hex 71 76 70 4 0 5 36 6E 3 2D
Octal 161 166 160 4 0 5 66 156 3 55
Binary 1110001 1110110 1110000 100 0 101 110110 1101110 11 101101

Color Harmonies of #717670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717670

Black with #717670

Text Example


Text Example

White with #717670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717670; }

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

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

background-color css

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

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

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

border-color css

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

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

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