Html Css Color HEX #707E87 Lynch

📋 copy color: '#707E87'

red 112 ◦ green 126 ◦ blue 135

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

Shades of Lynch #707E87

Tints of Lynch #707E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

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

R = 30.03%
G = 33.78%
B = 36.19%

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

#707E87 (or 0x707E87) is known color: Lynch. HEX triplet: 70, 7E and 87. RGB value is (112,126,135). Sum of RGB (Red+Green+Blue) = 112+126+135=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #707E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E87 is #8F8178. Grayscale: #7A7A7A. Windows color (decimal): -9404793 or 8879728. OLE color: 8879728.

HSL color Cylindrical-coordinate representation of color #707E87: hue angle of 203.48º 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 #707E87 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 126 135 -
CMYK 0.17 0.07 0 0.47
HSL 203.48º 0.09% 0.48% -
HSV(B) 203.48º 0.17% 0.53% -
XYZ 18.52 20.12 25.83 -
YUV 122.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 112 126 135 0.17 0.07 0 0.47 203.48 0.09 0.48
Hex 70 7E 87 11 7 0 2F CB 9 30
Octal 160 176 207 21 7 0 57 313 11 60
Binary 1110000 1111110 10000111 10001 111 0 101111 11001011 1001 110000

Color Harmonies of #707E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E87

Black with #707E87

Text Example


Text Example

White with #707E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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