Html Css Color HEX #70808A Lynch

📋 copy color: '#70808A'

red 112 ◦ green 128 ◦ blue 138

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

Shades of Lynch #70808A

Tints of Lynch #70808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 29.63%
G = 33.86%
B = 36.51%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70808A (or 0x70808A) is known color: Lynch. HEX triplet: 70, 80 and 8A. RGB value is (112,128,138). Sum of RGB (Red+Green+Blue) = 112+128+138=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #70808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70808A is #8F7F75. Grayscale: #7C7C7C. Windows color (decimal): -9404278 or 9076848. OLE color: 9076848.

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

Color convert

RGB 112 128 138 -
CMYK 0.19 0.07 0 0.46
HSL 203.08º 0.1% 0.49% -
HSV(B) 203.08º 0.19% 0.54% -
XYZ 18.99 20.72 27.04 -
YUV 124.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 112 128 138 0.19 0.07 0 0.46 203.08 0.1 0.49
Hex 70 80 8A 13 7 0 2E CB A 31
Octal 160 200 212 23 7 0 56 313 12 61
Binary 1110000 10000000 10001010 10011 111 0 101110 11001011 1010 110001

Color Harmonies of #70808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70808A

Black with #70808A

Text Example


Text Example

White with #70808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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