Html Css Color HEX #71797D Lynch

📋 copy color: '#71797D'

red 113 ◦ green 121 ◦ blue 125

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

Shades of Lynch #71797D

Tints of Lynch #71797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 31.48%
G = 33.7%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71797D (or 0x71797D) is known color: Lynch. HEX triplet: 71, 79 and 7D. RGB value is (113,121,125). Sum of RGB (Red+Green+Blue) = 113+121+125=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 125 - color contains mainly: blue. Hex color #71797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71797D is #8E8682. Grayscale: #777777. Windows color (decimal): -9340547 or 8223089. OLE color: 8223089.

HSL color Cylindrical-coordinate representation of color #71797D: hue angle of 200º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71797D is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 121 125 -
CMYK 0.10 0.03 0 0.51
HSL 200º 0.05% 0.47% -
HSV(B) 200º 0.1% 0.49% -
XYZ 17.35 18.67 22.09 -
YUV 119.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 113 121 125 0.10 0.03 0 0.51 200 0.05 0.47
Hex 71 79 7D A 3 0 33 C8 5 2F
Octal 161 171 175 12 3 0 63 310 5 57
Binary 1110001 1111001 1111101 1010 11 0 110011 11001000 101 101111

Color Harmonies of #71797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71797D

Black with #71797D

Text Example


Text Example

White with #71797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71797D; }

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

 H1.HeaderClassName
 {
   color: #71797D;
 }
 .AnyTagClassName
 {
   color: #71797D;
 }
</style>

background-color css

<style>
 a { background-color: #71797D; }

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

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

border-color css

<style>
 span { border-color: #71797D; }

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

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