#707C82

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

Shades of Lynch #707C82

Tints of Lynch #707C82

Color information

#707C82 (or 0x707C82) is unknown color: approx Lynch. HEX triplet: 70, 7C and 82. RGB value is (112,124,130). Sum of RGB (Red+Green+Blue) = 112+124+130=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #707C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C82 is #8F837D. Grayscale: #797979. Windows color (decimal): -9405310 or 8551536. OLE color: 8551536.

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

Color convert

RGB112124130-
CMYK0.140.0500.49
HSL200º7.44%47.45%-
HSV(B)200º13.85%50.98%-
XYZ17.9219.4723.93-
YUV121.1133.02121.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=30.60%
G=33.88%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121241300.140.0500.492007.4447.45
Hex707C82E5031c872f
Octal160174202165061310757
Binary11100001111100100000101110101011000111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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