#707C85

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

Shades of Lynch #707C85

Tints of Lynch #707C85

Color information

#707C85 (or 0x707C85) is unknown color: approx Lynch. HEX triplet: 70, 7C and 85. RGB value is (112,124,133). Sum of RGB (Red+Green+Blue) = 112+124+133=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #707C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C85 is #8F837A. Grayscale: #797979. Windows color (decimal): -9405307 or 8748144. OLE color: 8748144.

HSL color Cylindrical-coordinate representation of color #707C85: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707C85 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112124133-
CMYK0.160.0700.48
HSL205.71º8.57%48.04%-
HSV(B)205.71º15.79%52.16%-
XYZ18.1219.5525.01-
YUV121.44134.52121.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=30.35%
G=33.60%
B=36.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121241330.160.0700.48205.718.5748.04
Hex707C85107030ce930
Octal1601742052070603161160
Binary1110000111110010000101100001110110000110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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