#707A81

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

Shades of Lynch #707A81

Tints of Lynch #707A81

Color information

#707A81 (or 0x707A81) is unknown color: approx Lynch. HEX triplet: 70, 7A and 81. RGB value is (112,122,129). Sum of RGB (Red+Green+Blue) = 112+122+129=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 129 - color contains mainly: blue. Hex color #707A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A81 is #8F857E. Grayscale: #777777. Windows color (decimal): -9405823 or 8485488. OLE color: 8485488.

HSL color Cylindrical-coordinate representation of color #707A81: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707A81 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112122129-
CMYK0.130.0500.49
HSL204.71º7.05%47.25%-
HSV(B)204.71º13.18%50.59%-
XYZ17.618.9523.5-
YUV119.81133.19122.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=30.85%
G=33.61%
B=35.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121221290.130.0500.49204.717.0547.25
Hex707A81D5031cd72f
Octal160172201155061315757
Binary11100001111010100000011101101011000111001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707A81; }

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

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

<style>
 a { background-color: #707A81; }

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

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

<style>
 span { border-color: #707A81; }

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

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