#70818C

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

Shades of Lynch #70818C

Tints of Lynch #70818C

Color information

#70818C (or 0x70818C) is unknown color: approx Lynch. HEX triplet: 70, 81 and 8C. RGB value is (112,129,140). Sum of RGB (Red+Green+Blue) = 112+129+140=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #70818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70818C is #8F7E73. Grayscale: #7D7D7D. Windows color (decimal): -9404020 or 9208176. OLE color: 9208176.

HSL color Cylindrical-coordinate representation of color #70818C: hue angle of 203.57º 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 #70818C is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112129140-
CMYK0.200.0800.45
HSL203.57º11.11%49.41%-
HSV(B)203.57º20%54.9%-
XYZ19.2721.0427.86-
YUV125.17136.37118.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=29.40%
G=33.86%
B=36.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121291400.200.0800.45203.5711.1149.41
Hex70818C14802Dccb31
Octal16020121424100553141361
Binary111000010000001100011001010010000101101110011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70818C;
 }
 .AnyTagClassName
 {
   color: #70818C;
 }
</style>
background-color css

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

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

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

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

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

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