#707D85

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

Shades of Lynch #707D85

Tints of Lynch #707D85

Color information

#707D85 (or 0x707D85) is unknown color: approx Lynch. HEX triplet: 70, 7D and 85. RGB value is (112,125,133). Sum of RGB (Red+Green+Blue) = 112+125+133=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #707D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D85 is #8F827A. Grayscale: #797979. Windows color (decimal): -9405051 or 8748400. OLE color: 8748400.

HSL color Cylindrical-coordinate representation of color #707D85: hue angle of 202.86º 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 #707D85 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112125133-
CMYK0.160.0600.48
HSL202.86º8.57%48.04%-
HSV(B)202.86º15.79%52.16%-
XYZ18.2519.8125.05-
YUV122.02134.19120.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=30.27%
G=33.78%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121251330.160.0600.48202.868.5748.04
Hex707D85106030cb930
Octal1601752052060603131160
Binary1110000111110110000101100001100110000110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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