Html Css Color HEX #70828D Lynch

📋 copy color: '#70828D'

red 112 ◦ green 130 ◦ blue 141

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

Shades of Lynch #70828D

Tints of Lynch #70828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 29.24%
G = 33.94%
B = 36.81%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70828D (or 0x70828D) is known color: Lynch. HEX triplet: 70, 82 and 8D. RGB value is (112,130,141). Sum of RGB (Red+Green+Blue) = 112+130+141=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #70828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70828D is #8F7D72. Grayscale: #7D7D7D. Windows color (decimal): -9403763 or 9273968. OLE color: 9273968.

HSL color Cylindrical-coordinate representation of color #70828D: hue angle of 202.76º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70828D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 130 141 -
CMYK 0.21 0.08 0 0.45
HSL 202.76º 0.11% 0.5% -
HSV(B) 202.76º 0.21% 0.55% -
XYZ 19.47 21.33 28.29 -
YUV 125.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 112 130 141 0.21 0.08 0 0.45 202.76 0.11 0.5
Hex 70 82 8D 15 8 0 2D CB B 32
Octal 160 202 215 25 10 0 55 313 13 62
Binary 1110000 10000010 10001101 10101 1000 0 101101 11001011 1011 110010

Color Harmonies of #70828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70828D

Black with #70828D

Text Example


Text Example

White with #70828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,130,141); }

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

background-color css

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

 a { background-color: rgb(112,130,141); }

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

border-color css

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

 span { border-color: rgb(112,130,141); }

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