Html Css Color HEX #717E87 Lynch

📋 copy color: '#717E87'

red 113 ◦ green 126 ◦ blue 135

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

Shades of Lynch #717E87

Tints of Lynch #717E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.1%

R = 30.21%
G = 33.69%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717E87 (or 0x717E87) is known color: Lynch. HEX triplet: 71, 7E and 87. RGB value is (113,126,135). Sum of RGB (Red+Green+Blue) = 113+126+135=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 135 - color contains mainly: blue. Hex color #717E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E87 is #8E8178. Grayscale: #7B7B7B. Windows color (decimal): -9339257 or 8879729. OLE color: 8879729.

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

Color convert

RGB 113 126 135 -
CMYK 0.16 0.07 0 0.47
HSL 204.55º 0.09% 0.49% -
HSV(B) 204.55º 0.16% 0.53% -
XYZ 18.64 20.18 25.83 -
YUV 123.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 113 126 135 0.16 0.07 0 0.47 204.55 0.09 0.49
Hex 71 7E 87 10 7 0 2F CD 9 31
Octal 161 176 207 20 7 0 57 315 11 61
Binary 1110001 1111110 10000111 10000 111 0 101111 11001101 1001 110001

Color Harmonies of #717E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E87

Black with #717E87

Text Example


Text Example

White with #717E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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