Html Css Color HEX #717E86 Lynch

📋 copy color: '#717E86'

red 113 ◦ green 126 ◦ blue 134

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

Shades of Lynch #717E86

Tints of Lynch #717E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 30.29%
G = 33.78%
B = 35.92%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717E86 (or 0x717E86) is known color: Lynch. HEX triplet: 71, 7E and 86. RGB value is (113,126,134). Sum of RGB (Red+Green+Blue) = 113+126+134=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #717E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E86 is #8E8179. Grayscale: #7A7A7A. Windows color (decimal): -9339258 or 8814193. OLE color: 8814193.

HSL color Cylindrical-coordinate representation of color #717E86: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717E86 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 126 134 -
CMYK 0.16 0.06 0 0.47
HSL 202.86º 0.09% 0.48% -
HSV(B) 202.86º 0.16% 0.53% -
XYZ 18.57 20.15 25.47 -
YUV 123.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 113 126 134 0.16 0.06 0 0.47 202.86 0.09 0.48
Hex 71 7E 86 10 6 0 2F CB 9 30
Octal 161 176 206 20 6 0 57 313 11 60
Binary 1110001 1111110 10000110 10000 110 0 101111 11001011 1001 110000

Color Harmonies of #717E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E86

Black with #717E86

Text Example


Text Example

White with #717E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,126,134); }

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

background-color css

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

 a { background-color: rgb(113,126,134); }

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

border-color css

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

 span { border-color: rgb(113,126,134); }

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