Html Css Color HEX #708088 Lynch

📋 copy color: '#708088'

red 112 ◦ green 128 ◦ blue 136

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

Shades of Lynch #708088

Tints of Lynch #708088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 29.79%
G = 34.04%
B = 36.17%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708088 (or 0x708088) is known color: Lynch. HEX triplet: 70, 80 and 88. RGB value is (112,128,136). Sum of RGB (Red+Green+Blue) = 112+128+136=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #708088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708088 is #8F7F77. Grayscale: #7C7C7C. Windows color (decimal): -9404280 or 8945776. OLE color: 8945776.

HSL color Cylindrical-coordinate representation of color #708088: hue angle of 200º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708088 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 128 136 -
CMYK 0.18 0.06 0 0.47
HSL 200º 0.1% 0.49% -
HSV(B) 200º 0.18% 0.53% -
XYZ 18.85 20.66 26.29 -
YUV 124.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 112 128 136 0.18 0.06 0 0.47 200 0.1 0.49
Hex 70 80 88 12 6 0 2F C8 A 31
Octal 160 200 210 22 6 0 57 310 12 61
Binary 1110000 10000000 10001000 10010 110 0 101111 11001000 1010 110001

Color Harmonies of #708088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708088

Black with #708088

Text Example


Text Example

White with #708088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708088; }

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

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

background-color css

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

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

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

border-color css

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

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

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