Html Css Color HEX #717F6A Xanadu

📋 copy color: '#717F6A'

red 113 ◦ green 127 ◦ blue 106

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

Shades of Xanadu #717F6A

Tints of Xanadu #717F6A

RGB

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

 GREEN value IS 127 (50% from 255) = 36.71%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 32.66%
G = 36.71%
B = 30.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#717F6A (or 0x717F6A) is known color: Xanadu. HEX triplet: 71, 7F and 6A. RGB value is (113,127,106). Sum of RGB (Red+Green+Blue) = 113+127+106=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #717F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F6A is #8E8095. Grayscale: #787878. Windows color (decimal): -9339030 or 6979441. OLE color: 6979441.

HSL color Cylindrical-coordinate representation of color #717F6A: hue angle of 100º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717F6A is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 127 106 -
CMYK 0.11 0 0.17 0.50
HSL 100º 0.09% 0.46% -
HSV(B) 100º 0.17% 0.5% -
XYZ 17 19.73 16.55 -
YUV 120.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 113 127 106 0.11 0 0.17 0.50 100 0.09 0.46
Hex 71 7F 6A B 0 11 32 64 9 2E
Octal 161 177 152 13 0 21 62 144 11 56
Binary 1110001 1111111 1101010 1011 0 10001 110010 1100100 1001 101110

Color Harmonies of #717F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F6A

Black with #717F6A

Text Example


Text Example

White with #717F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717F6A; }

 p { color: rgb(113,127,106); }

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

background-color css

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

 a { background-color: rgb(113,127,106); }

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

border-color css

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

 span { border-color: rgb(113,127,106); }

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