#70777B

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

Shades of Lynch #70777B

Tints of Lynch #70777B

Color information

#70777B (or 0x70777B) is unknown color: approx Lynch. HEX triplet: 70, 77 and 7B. RGB value is (112,119,123). Sum of RGB (Red+Green+Blue) = 112+119+123=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #70777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70777B is #8F8884. Grayscale: #757575. Windows color (decimal): -9406597 or 8091504. OLE color: 8091504.

HSL color Cylindrical-coordinate representation of color #70777B: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70777B is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112119123-
CMYK0.090.0300.52
HSL201.82º4.68%46.08%-
HSV(B)201.82º8.94%48.24%-
XYZ16.8518.0721.34-
YUV117.36131.18124.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=31.64%
G=33.62%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121191230.090.0300.52201.824.6846.08
Hex70777B93034ca52e
Octal160167173113064312556
Binary111000011101111111011100111011010011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70777B; }

 p { color: rgb(112,119,123); }

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

<style>
 a { background-color: #70777B; }

 a { background-color: rgb(112,119,123); }

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

<style>
 span { border-color: #70777B; }

 span { border-color: rgb(112,119,123); }

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