Html Css Color HEX #70828C Lynch

📋 copy color: '#70828C'

red 112 ◦ green 130 ◦ blue 140

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

Shades of Lynch #70828C

Tints of Lynch #70828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 29.32%
G = 34.03%
B = 36.65%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70828C (or 0x70828C) is known color: Lynch. HEX triplet: 70, 82 and 8C. RGB value is (112,130,140). Sum of RGB (Red+Green+Blue) = 112+130+140=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #70828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70828C is #8F7D73. Grayscale: #7D7D7D. Windows color (decimal): -9403764 or 9208432. OLE color: 9208432.

HSL color Cylindrical-coordinate representation of color #70828C: hue angle of 201.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70828C is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 130 140 -
CMYK 0.20 0.07 0 0.45
HSL 201.43º 0.11% 0.49% -
HSV(B) 201.43º 0.2% 0.55% -
XYZ 19.4 21.3 27.9 -
YUV 125.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 112 130 140 0.20 0.07 0 0.45 201.43 0.11 0.49
Hex 70 82 8C 14 7 0 2D C9 B 31
Octal 160 202 214 24 7 0 55 311 13 61
Binary 1110000 10000010 10001100 10100 111 0 101101 11001001 1011 110001

Color Harmonies of #70828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70828C

Black with #70828C

Text Example


Text Example

White with #70828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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