Html Css Color HEX #70838A Regent Grey

📋 copy color: '#70838A'

red 112 ◦ green 131 ◦ blue 138

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

Shades of Regent Grey #70838A

Tints of Regent Grey #70838A

RGB

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

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

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

R = 29.4%
G = 34.38%
B = 36.22%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70838A (or 0x70838A) is known color: Regent Grey. HEX triplet: 70, 83 and 8A. RGB value is (112,131,138). Sum of RGB (Red+Green+Blue) = 112+131+138=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #70838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70838A is #8F7C75. Grayscale: #7E7E7E. Windows color (decimal): -9403510 or 9077616. OLE color: 9077616.

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

Color convert

RGB 112 131 138 -
CMYK 0.19 0.05 0 0.46
HSL 196.15º 0.1% 0.49% -
HSV(B) 196.15º 0.19% 0.54% -
XYZ 19.39 21.51 27.18 -
YUV 126.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 112 131 138 0.19 0.05 0 0.46 196.15 0.1 0.49
Hex 70 83 8A 13 5 0 2E C4 A 31
Octal 160 203 212 23 5 0 56 304 12 61
Binary 1110000 10000011 10001010 10011 101 0 101110 11000100 1010 110001

Color Harmonies of #70838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70838A

Black with #70838A

Text Example


Text Example

White with #70838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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