Html Css Color HEX #70848C Regent Grey

📋 copy color: '#70848C'

red 112 ◦ green 132 ◦ blue 140

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

Shades of Regent Grey #70848C

Tints of Regent Grey #70848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 29.17%
G = 34.38%
B = 36.46%

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

#70848C (or 0x70848C) is known color: Regent Grey. HEX triplet: 70, 84 and 8C. RGB value is (112,132,140). Sum of RGB (Red+Green+Blue) = 112+132+140=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #70848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70848C is #8F7B73. Grayscale: #7E7E7E. Windows color (decimal): -9403252 or 9208944. OLE color: 9208944.

HSL color Cylindrical-coordinate representation of color #70848C: hue angle of 197.14º 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 #70848C is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 132 140 -
CMYK 0.20 0.06 0 0.45
HSL 197.14º 0.11% 0.49% -
HSV(B) 197.14º 0.2% 0.55% -
XYZ 19.67 21.84 27.99 -
YUV 126.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 112 132 140 0.20 0.06 0 0.45 197.14 0.11 0.49
Hex 70 84 8C 14 6 0 2D C5 B 31
Octal 160 204 214 24 6 0 55 305 13 61
Binary 1110000 10000100 10001100 10100 110 0 101101 11000101 1011 110001

Color Harmonies of #70848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70848C

Black with #70848C

Text Example


Text Example

White with #70848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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