Html Css Color HEX #717B6C Xanadu

📋 copy color: '#717B6C'

red 113 ◦ green 123 ◦ blue 108

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

Shades of Xanadu #717B6C

Tints of Xanadu #717B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 32.85%
G = 35.76%
B = 31.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#717B6C (or 0x717B6C) is known color: Xanadu. HEX triplet: 71, 7B and 6C. RGB value is (113,123,108). Sum of RGB (Red+Green+Blue) = 113+123+108=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #717B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B6C is #8E8493. Grayscale: #767676. Windows color (decimal): -9340052 or 7109489. OLE color: 7109489.

HSL color Cylindrical-coordinate representation of color #717B6C: hue angle of 100º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717B6C is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 123 108 -
CMYK 0.08 0 0.12 0.52
HSL 100º 0.06% 0.45% -
HSV(B) 100º 0.12% 0.48% -
XYZ 16.6 18.76 16.93 -
YUV 118.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 113 123 108 0.08 0 0.12 0.52 100 0.06 0.45
Hex 71 7B 6C 8 0 C 34 64 6 2D
Octal 161 173 154 10 0 14 64 144 6 55
Binary 1110001 1111011 1101100 1000 0 1100 110100 1100100 110 101101

Color Harmonies of #717B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B6C

Black with #717B6C

Text Example


Text Example

White with #717B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,123,108); }

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

background-color css

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

 a { background-color: rgb(113,123,108); }

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

border-color css

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

 span { border-color: rgb(113,123,108); }

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