Html Css Color HEX #717F89 Lynch

📋 copy color: '#717F89'

red 113 ◦ green 127 ◦ blue 137

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

Shades of Lynch #717F89

Tints of Lynch #717F89

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 29.97%
G = 33.69%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#717F89 (or 0x717F89) is known color: Lynch. HEX triplet: 71, 7F and 89. RGB value is (113,127,137). Sum of RGB (Red+Green+Blue) = 113+127+137=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #717F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F89 is #8E8076. Grayscale: #7B7B7B. Windows color (decimal): -9338999 or 9011057. OLE color: 9011057.

HSL color Cylindrical-coordinate representation of color #717F89: hue angle of 205º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717F89 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 127 137 -
CMYK 0.18 0.07 0 0.46
HSL 205º 0.1% 0.49% -
HSV(B) 205º 0.18% 0.54% -
XYZ 18.91 20.5 26.63 -
YUV 123.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 113 127 137 0.18 0.07 0 0.46 205 0.1 0.49
Hex 71 7F 89 12 7 0 2E CD A 31
Octal 161 177 211 22 7 0 56 315 12 61
Binary 1110001 1111111 10001001 10010 111 0 101110 11001101 1010 110001

Color Harmonies of #717F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F89

Black with #717F89

Text Example


Text Example

White with #717F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,127,137); }

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

background-color css

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

 a { background-color: rgb(113,127,137); }

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

border-color css

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

 span { border-color: rgb(113,127,137); }

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