Html Css Color HEX #71787C Lynch

📋 copy color: '#71787C'

red 113 ◦ green 120 ◦ blue 124

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

Shades of Lynch #71787C

Tints of Lynch #71787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 31.65%
G = 33.61%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71787C (or 0x71787C) is known color: Lynch. HEX triplet: 71, 78 and 7C. RGB value is (113,120,124). Sum of RGB (Red+Green+Blue) = 113+120+124=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #71787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787C is #8E8783. Grayscale: #767676. Windows color (decimal): -9340804 or 8157297. OLE color: 8157297.

HSL color Cylindrical-coordinate representation of color #71787C: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71787C is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 120 124 -
CMYK 0.09 0.03 0 0.51
HSL 201.82º 0.05% 0.46% -
HSV(B) 201.82º 0.09% 0.49% -
XYZ 17.16 18.4 21.72 -
YUV 118.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 113 120 124 0.09 0.03 0 0.51 201.82 0.05 0.46
Hex 71 78 7C 9 3 0 33 CA 5 2E
Octal 161 170 174 11 3 0 63 312 5 56
Binary 1110001 1111000 1111100 1001 11 0 110011 11001010 101 101110

Color Harmonies of #71787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71787C

Black with #71787C

Text Example


Text Example

White with #71787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71787C; }

 p { color: rgb(113,120,124); }

 H1.HeaderClassName
 {
   color: #71787C;
 }
 .AnyTagClassName
 {
   color: #71787C;
 }
</style>

background-color css

<style>
 a { background-color: #71787C; }

 a { background-color: rgb(113,120,124); }

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

border-color css

<style>
 span { border-color: #71787C; }

 span { border-color: rgb(113,120,124); }

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