Html Css Color HEX #717E85 Lynch

📋 copy color: '#717E85'

red 113 ◦ green 126 ◦ blue 133

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

Shades of Lynch #717E85

Tints of Lynch #717E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 30.38%
G = 33.87%
B = 35.75%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717E85 (or 0x717E85) is known color: Lynch. HEX triplet: 71, 7E and 85. RGB value is (113,126,133). Sum of RGB (Red+Green+Blue) = 113+126+133=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #717E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E85 is #8E817A. Grayscale: #7A7A7A. Windows color (decimal): -9339259 or 8748657. OLE color: 8748657.

HSL color Cylindrical-coordinate representation of color #717E85: hue angle of 201º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717E85 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 126 133 -
CMYK 0.15 0.05 0 0.48
HSL 201º 0.08% 0.48% -
HSV(B) 201º 0.15% 0.52% -
XYZ 18.5 20.13 25.1 -
YUV 122.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 113 126 133 0.15 0.05 0 0.48 201 0.08 0.48
Hex 71 7E 85 F 5 0 30 C9 8 30
Octal 161 176 205 17 5 0 60 311 10 60
Binary 1110001 1111110 10000101 1111 101 0 110000 11001001 1000 110000

Color Harmonies of #717E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E85

Black with #717E85

Text Example


Text Example

White with #717E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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