Html Css Color HEX #708087 Lynch

📋 copy color: '#708087'

red 112 ◦ green 128 ◦ blue 135

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

Shades of Lynch #708087

Tints of Lynch #708087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 29.87%
G = 34.13%
B = 36%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708087 (or 0x708087) is known color: Lynch. HEX triplet: 70, 80 and 87. RGB value is (112,128,135). Sum of RGB (Red+Green+Blue) = 112+128+135=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #708087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708087 is #8F7F78. Grayscale: #7B7B7B. Windows color (decimal): -9404281 or 8880240. OLE color: 8880240.

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

Color convert

RGB 112 128 135 -
CMYK 0.17 0.05 0 0.47
HSL 198.26º 0.09% 0.48% -
HSV(B) 198.26º 0.17% 0.53% -
XYZ 18.77 20.63 25.91 -
YUV 124.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 112 128 135 0.17 0.05 0 0.47 198.26 0.09 0.48
Hex 70 80 87 11 5 0 2F C6 9 30
Octal 160 200 207 21 5 0 57 306 11 60
Binary 1110000 10000000 10000111 10001 101 0 101111 11000110 1001 110000

Color Harmonies of #708087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708087

Black with #708087

Text Example


Text Example

White with #708087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708087; }

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

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

background-color css

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

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

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

border-color css

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

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

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