Html Css Color HEX #717F69 Xanadu

📋 copy color: '#717F69'

red 113 ◦ green 127 ◦ blue 105

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

Shades of Xanadu #717F69

Tints of Xanadu #717F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 32.75%
G = 36.81%
B = 30.43%

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

#717F69 (or 0x717F69) is known color: Xanadu. HEX triplet: 71, 7F and 69. RGB value is (113,127,105). Sum of RGB (Red+Green+Blue) = 113+127+105=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 127 - color contains mainly: green. Hex color #717F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F69 is #8E8096. Grayscale: #787878. Windows color (decimal): -9339031 or 6913905. OLE color: 6913905.

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

Color convert

RGB 113 127 105 -
CMYK 0.11 0 0.17 0.50
HSL 98.18º 0.09% 0.45% -
HSV(B) 98.18º 0.17% 0.5% -
XYZ 16.95 19.71 16.28 -
YUV 120.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 113 127 105 0.11 0 0.17 0.50 98.18 0.09 0.45
Hex 71 7F 69 B 0 11 32 62 9 2D
Octal 161 177 151 13 0 21 62 142 11 55
Binary 1110001 1111111 1101001 1011 0 10001 110010 1100010 1001 101101

Color Harmonies of #717F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F69

Black with #717F69

Text Example


Text Example

White with #717F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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