Html Css Color HEX #707D87 Lynch

📋 copy color: '#707D87'

red 112 ◦ green 125 ◦ blue 135

#707D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #707D87

Tints of Lynch #707D87

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

 GREEN value IS 125 (49.22% from 255) = 33.6%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 30.11%
G = 33.6%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#707D87 (or 0x707D87) is known color: Lynch. HEX triplet: 70, 7D and 87. RGB value is (112,125,135). Sum of RGB (Red+Green+Blue) = 112+125+135=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #707D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D87 is #8F8278. Grayscale: #7A7A7A. Windows color (decimal): -9405049 or 8879472. OLE color: 8879472.

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

Color convert

RGB 112 125 135 -
CMYK 0.17 0.07 0 0.47
HSL 206.09º 0.09% 0.48% -
HSV(B) 206.09º 0.17% 0.53% -
XYZ 18.39 19.86 25.79 -
YUV 122.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 112 125 135 0.17 0.07 0 0.47 206.09 0.09 0.48
Hex 70 7D 87 11 7 0 2F CE 9 30
Octal 160 175 207 21 7 0 57 316 11 60
Binary 1110000 1111101 10000111 10001 111 0 101111 11001110 1001 110000

Color Harmonies of #707D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D87

Black with #707D87

Text Example


Text Example

White with #707D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707D87;
 }
 .AnyTagClassName
 {
   color: #707D87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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