#70828C

Color #70828C Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #70828C

Tints of Lynch #70828C

Color information

#70828C (or 0x70828C) is unknown color: approx 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

RGB112130140-
CMYK0.200.0700.45
HSL201.43º11.11%49.41%-
HSV(B)201.43º20%54.9%-
XYZ19.421.327.9-
YUV125.76136.04118.19-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121301400.200.0700.45201.4311.1149.41
Hex70828C14702Dc9b31
Octal1602022142470553111361
Binary11100001000001010001100101001110101101110010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>