Html Css Color HEX #70848A Regent Grey

📋 copy color: '#70848A'

red 112 ◦ green 132 ◦ blue 138

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

Shades of Regent Grey #70848A

Tints of Regent Grey #70848A

RGB

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

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

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

R = 29.32%
G = 34.55%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70848A (or 0x70848A) is known color: Regent Grey. HEX triplet: 70, 84 and 8A. RGB value is (112,132,138). Sum of RGB (Red+Green+Blue) = 112+132+138=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #70848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70848A is #8F7B75. Grayscale: #7E7E7E. Windows color (decimal): -9403254 or 9077872. OLE color: 9077872.

HSL color Cylindrical-coordinate representation of color #70848A: hue angle of 193.85º 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 #70848A is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 132 138 -
CMYK 0.19 0.04 0 0.46
HSL 193.85º 0.1% 0.49% -
HSV(B) 193.85º 0.19% 0.54% -
XYZ 19.52 21.78 27.22 -
YUV 126.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 112 132 138 0.19 0.04 0 0.46 193.85 0.1 0.49
Hex 70 84 8A 13 4 0 2E C2 A 31
Octal 160 204 212 23 4 0 56 302 12 61
Binary 1110000 10000100 10001010 10011 100 0 101110 11000010 1010 110001

Color Harmonies of #70848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70848A

Black with #70848A

Text Example


Text Example

White with #70848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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