Html Css Color HEX #708189 Lynch

📋 copy color: '#708189'

red 112 ◦ green 129 ◦ blue 137

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

Shades of Lynch #708189

Tints of Lynch #708189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 29.63%
G = 34.13%
B = 36.24%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#708189 (or 0x708189) is known color: Lynch. HEX triplet: 70, 81 and 89. RGB value is (112,129,137). Sum of RGB (Red+Green+Blue) = 112+129+137=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #708189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708189 is #8F7E76. Grayscale: #7C7C7C. Windows color (decimal): -9404023 or 9011568. OLE color: 9011568.

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

Color convert

RGB 112 129 137 -
CMYK 0.18 0.06 0 0.46
HSL 199.2º 0.1% 0.49% -
HSV(B) 199.2º 0.18% 0.54% -
XYZ 19.05 20.95 26.71 -
YUV 124.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 112 129 137 0.18 0.06 0 0.46 199.2 0.1 0.49
Hex 70 81 89 12 6 0 2E C7 A 31
Octal 160 201 211 22 6 0 56 307 12 61
Binary 1110000 10000001 10001001 10010 110 0 101110 11000111 1010 110001

Color Harmonies of #708189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708189

Black with #708189

Text Example


Text Example

White with #708189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708189; }

 p { color: rgb(112,129,137); }

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

background-color css

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

 a { background-color: rgb(112,129,137); }

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

border-color css

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

 span { border-color: rgb(112,129,137); }

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