Html Css Color HEX #707980 Lynch

📋 copy color: '#707980'

red 112 ◦ green 121 ◦ blue 128

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

Shades of Lynch #707980

Tints of Lynch #707980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 31.02%
G = 33.52%
B = 35.46%

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

#707980 (or 0x707980) is known color: Lynch. HEX triplet: 70, 79 and 80. RGB value is (112,121,128). Sum of RGB (Red+Green+Blue) = 112+121+128=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #707980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707980 is #8F867F. Grayscale: #777777. Windows color (decimal): -9406080 or 8419696. OLE color: 8419696.

HSL color Cylindrical-coordinate representation of color #707980: hue angle of 206.25º degrees, saturation: 0.07, 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 #707980 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 121 128 -
CMYK 0.12 0.05 0 0.50
HSL 206.25º 0.07% 0.47% -
HSV(B) 206.25º 0.13% 0.5% -
XYZ 17.42 18.68 23.11 -
YUV 119.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 112 121 128 0.12 0.05 0 0.50 206.25 0.07 0.47
Hex 70 79 80 C 5 0 32 CE 7 2F
Octal 160 171 200 14 5 0 62 316 7 57
Binary 1110000 1111001 10000000 1100 101 0 110010 11001110 111 101111

Color Harmonies of #707980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707980

Black with #707980

Text Example


Text Example

White with #707980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707980; }

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

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

background-color css

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

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

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

border-color css

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

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

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