Html Css Color HEX #717D85 Lynch

📋 copy color: '#717D85'

red 113 ◦ green 125 ◦ blue 133

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

Shades of Lynch #717D85

Tints of Lynch #717D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 30.46%
G = 33.69%
B = 35.85%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717D85 (or 0x717D85) is known color: Lynch. HEX triplet: 71, 7D and 85. RGB value is (113,125,133). Sum of RGB (Red+Green+Blue) = 113+125+133=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #717D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D85 is #8E827A. Grayscale: #7A7A7A. Windows color (decimal): -9339515 or 8748401. OLE color: 8748401.

HSL color Cylindrical-coordinate representation of color #717D85: hue angle of 204º 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 #717D85 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 125 133 -
CMYK 0.15 0.06 0 0.48
HSL 204º 0.08% 0.48% -
HSV(B) 204º 0.15% 0.52% -
XYZ 18.38 19.87 25.06 -
YUV 122.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 113 125 133 0.15 0.06 0 0.48 204 0.08 0.48
Hex 71 7D 85 F 6 0 30 CC 8 30
Octal 161 175 205 17 6 0 60 314 10 60
Binary 1110001 1111101 10000101 1111 110 0 110000 11001100 1000 110000

Color Harmonies of #717D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D85

Black with #717D85

Text Example


Text Example

White with #717D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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