#70818A

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

Shades of Lynch #70818A

Tints of Lynch #70818A

Color information

#70818A (or 0x70818A) is unknown color: approx Lynch. HEX triplet: 70, 81 and 8A. RGB value is (112,129,138). Sum of RGB (Red+Green+Blue) = 112+129+138=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #70818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70818A is #8F7E75. Grayscale: #7C7C7C. Windows color (decimal): -9404022 or 9077104. OLE color: 9077104.

HSL color Cylindrical-coordinate representation of color #70818A: hue angle of 200.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70818A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB112129138-
CMYK0.190.0700.46
HSL200.77º10.4%49.02%-
HSV(B)200.77º18.84%54.12%-
XYZ19.1220.9827.09-
YUV124.94135.37118.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=29.55%
G=34.04%
B=36.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121291380.190.0700.46200.7710.449.02
Hex70818A13702Ec9a31
Octal1602012122370563111261
Binary11100001000000110001010100111110101110110010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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