Html Css Color HEX #717A80 Lynch

📋 copy color: '#717A80'

red 113 ◦ green 122 ◦ blue 128

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

Shades of Lynch #717A80

Tints of Lynch #717A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 31.13%
G = 33.61%
B = 35.26%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#717A80 (or 0x717A80) is known color: Lynch. HEX triplet: 71, 7A and 80. RGB value is (113,122,128). Sum of RGB (Red+Green+Blue) = 113+122+128=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 128 - color contains mainly: blue. Hex color #717A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A80 is #8E857F. Grayscale: #777777. Windows color (decimal): -9340288 or 8419953. OLE color: 8419953.

HSL color Cylindrical-coordinate representation of color #717A80: hue angle of 204º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717A80 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 122 128 -
CMYK 0.12 0.05 0 0.50
HSL 204º 0.06% 0.47% -
HSV(B) 204º 0.12% 0.5% -
XYZ 17.67 18.99 23.16 -
YUV 119.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 113 122 128 0.12 0.05 0 0.50 204 0.06 0.47
Hex 71 7A 80 C 5 0 32 CC 6 2F
Octal 161 172 200 14 5 0 62 314 6 57
Binary 1110001 1111010 10000000 1100 101 0 110010 11001100 110 101111

Color Harmonies of #717A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A80

Black with #717A80

Text Example


Text Example

White with #717A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,122,128); }

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

background-color css

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

 a { background-color: rgb(113,122,128); }

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

border-color css

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

 span { border-color: rgb(113,122,128); }

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