#707C81

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

Shades of Lynch #707C81

Tints of Lynch #707C81

Color information

#707C81 (or 0x707C81) is unknown color: approx Lynch. HEX triplet: 70, 7C and 81. RGB value is (112,124,129). Sum of RGB (Red+Green+Blue) = 112+124+129=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #707C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C81 is #8F837E. Grayscale: #787878. Windows color (decimal): -9405311 or 8486000. OLE color: 8486000.

HSL color Cylindrical-coordinate representation of color #707C81: hue angle of 197.65º 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 #707C81 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112124129-
CMYK0.130.0400.49
HSL197.65º7.05%47.25%-
HSV(B)197.65º13.18%50.59%-
XYZ17.8519.4523.58-
YUV120.98132.52121.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=30.68%
G=33.97%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121241290.130.0400.49197.657.0547.25
Hex707C81D4031c672f
Octal160174201154061306757
Binary11100001111100100000011101100011000111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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