Html Css Color HEX #70797F Lynch

📋 copy color: '#70797F'

red 112 ◦ green 121 ◦ blue 127

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

Shades of Lynch #70797F

Tints of Lynch #70797F

RGB

 RED value IS 112 (44.14% from 255) = 31.11%

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 31.11%
G = 33.61%
B = 35.28%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70797F (or 0x70797F) is known color: Lynch. HEX triplet: 70, 79 and 7F. RGB value is (112,121,127). Sum of RGB (Red+Green+Blue) = 112+121+127=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #70797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70797F is #8F8680. Grayscale: #767676. Windows color (decimal): -9406081 or 8354160. OLE color: 8354160.

HSL color Cylindrical-coordinate representation of color #70797F: hue angle of 204º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70797F is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 121 127 -
CMYK 0.12 0.05 0 0.50
HSL 204º 0.06% 0.47% -
HSV(B) 204º 0.12% 0.5% -
XYZ 17.35 18.65 22.76 -
YUV 118.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 112 121 127 0.12 0.05 0 0.50 204 0.06 0.47
Hex 70 79 7F C 5 0 32 CC 6 2F
Octal 160 171 177 14 5 0 62 314 6 57
Binary 1110000 1111001 1111111 1100 101 0 110010 11001100 110 101111

Color Harmonies of #70797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70797F

Black with #70797F

Text Example


Text Example

White with #70797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70797F; }

 p { color: rgb(112,121,127); }

 H1.HeaderClassName
 {
   color: #70797F;
 }
 .AnyTagClassName
 {
   color: #70797F;
 }
</style>

background-color css

<style>
 a { background-color: #70797F; }

 a { background-color: rgb(112,121,127); }

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

border-color css

<style>
 span { border-color: #70797F; }

 span { border-color: rgb(112,121,127); }

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