Html Css Color HEX #70838C Lynch

📋 copy color: '#70838C'

red 112 ◦ green 131 ◦ blue 140

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

Shades of Lynch #70838C

Tints of Lynch #70838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 29.24%
G = 34.2%
B = 36.55%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70838C (or 0x70838C) is known color: Lynch. HEX triplet: 70, 83 and 8C. RGB value is (112,131,140). Sum of RGB (Red+Green+Blue) = 112+131+140=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #70838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70838C is #8F7C73. Grayscale: #7E7E7E. Windows color (decimal): -9403508 or 9208688. OLE color: 9208688.

HSL color Cylindrical-coordinate representation of color #70838C: hue angle of 199.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70838C is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 131 140 -
CMYK 0.20 0.06 0 0.45
HSL 199.29º 0.11% 0.49% -
HSV(B) 199.29º 0.2% 0.55% -
XYZ 19.53 21.57 27.95 -
YUV 126.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 112 131 140 0.20 0.06 0 0.45 199.29 0.11 0.49
Hex 70 83 8C 14 6 0 2D C7 B 31
Octal 160 203 214 24 6 0 55 307 13 61
Binary 1110000 10000011 10001100 10100 110 0 101101 11000111 1011 110001

Color Harmonies of #70838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70838C

Black with #70838C

Text Example


Text Example

White with #70838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70838C; }

 p { color: rgb(112,131,140); }

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

background-color css

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

 a { background-color: rgb(112,131,140); }

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

border-color css

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

 span { border-color: rgb(112,131,140); }

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