Html Css Color HEX #708089 Lynch

📋 copy color: '#708089'

red 112 ◦ green 128 ◦ blue 137

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

Shades of Lynch #708089

Tints of Lynch #708089

RGB

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

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

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

R = 29.71%
G = 33.95%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#708089 (or 0x708089) is known color: Lynch. HEX triplet: 70, 80 and 89. RGB value is (112,128,137). Sum of RGB (Red+Green+Blue) = 112+128+137=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #708089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708089 is #8F7F76. Grayscale: #7C7C7C. Windows color (decimal): -9404279 or 9011312. OLE color: 9011312.

HSL color Cylindrical-coordinate representation of color #708089: hue angle of 201.6º 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 #708089 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 128 137 -
CMYK 0.18 0.07 0 0.46
HSL 201.6º 0.1% 0.49% -
HSV(B) 201.6º 0.18% 0.54% -
XYZ 18.92 20.69 26.66 -
YUV 124.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 112 128 137 0.18 0.07 0 0.46 201.6 0.1 0.49
Hex 70 80 89 12 7 0 2E CA A 31
Octal 160 200 211 22 7 0 56 312 12 61
Binary 1110000 10000000 10001001 10010 111 0 101110 11001010 1010 110001

Color Harmonies of #708089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708089

Black with #708089

Text Example


Text Example

White with #708089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708089; }

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

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

background-color css

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

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

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

border-color css

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

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

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