Html Css Color HEX #71797E Lynch

📋 copy color: '#71797E'

red 113 ◦ green 121 ◦ blue 126

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

Shades of Lynch #71797E

Tints of Lynch #71797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35%

R = 31.39%
G = 33.61%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71797E (or 0x71797E) is known color: Lynch. HEX triplet: 71, 79 and 7E. RGB value is (113,121,126). Sum of RGB (Red+Green+Blue) = 113+121+126=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 126 - color contains mainly: blue. Hex color #71797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71797E is #8E8681. Grayscale: #777777. Windows color (decimal): -9340546 or 8288625. OLE color: 8288625.

HSL color Cylindrical-coordinate representation of color #71797E: hue angle of 203.08º 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 #71797E is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 121 126 -
CMYK 0.10 0.04 0 0.51
HSL 203.08º 0.05% 0.47% -
HSV(B) 203.08º 0.1% 0.49% -
XYZ 17.41 18.69 22.43 -
YUV 119.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 113 121 126 0.10 0.04 0 0.51 203.08 0.05 0.47
Hex 71 79 7E A 4 0 33 CB 5 2F
Octal 161 171 176 12 4 0 63 313 5 57
Binary 1110001 1111001 1111110 1010 100 0 110011 11001011 101 101111

Color Harmonies of #71797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71797E

Black with #71797E

Text Example


Text Example

White with #71797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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