Html Css Color HEX #717E88 Lynch

📋 copy color: '#717E88'

red 113 ◦ green 126 ◦ blue 136

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

Shades of Lynch #717E88

Tints of Lynch #717E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 30.13%
G = 33.6%
B = 36.27%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717E88 (or 0x717E88) is known color: Lynch. HEX triplet: 71, 7E and 88. RGB value is (113,126,136). Sum of RGB (Red+Green+Blue) = 113+126+136=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #717E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E88 is #8E8177. Grayscale: #7B7B7B. Windows color (decimal): -9339256 or 8945265. OLE color: 8945265.

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

Color convert

RGB 113 126 136 -
CMYK 0.17 0.07 0 0.47
HSL 206.09º 0.09% 0.49% -
HSV(B) 206.09º 0.17% 0.53% -
XYZ 18.71 20.21 26.21 -
YUV 123.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 113 126 136 0.17 0.07 0 0.47 206.09 0.09 0.49
Hex 71 7E 88 11 7 0 2F CE 9 31
Octal 161 176 210 21 7 0 57 316 11 61
Binary 1110001 1111110 10001000 10001 111 0 101111 11001110 1001 110001

Color Harmonies of #717E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E88

Black with #717E88

Text Example


Text Example

White with #717E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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