#70828A

Color #70828A Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #70828A

Tints of Regent Grey #70828A

Color information

#70828A (or 0x70828A) is unknown color: approx Regent Grey. HEX triplet: 70, 82 and 8A. RGB value is (112,130,138). Sum of RGB (Red+Green+Blue) = 112+130+138=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #70828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70828A is #8F7D75. Grayscale: #7D7D7D. Windows color (decimal): -9403766 or 9077360. OLE color: 9077360.

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

Color convert

RGB112130138-
CMYK0.190.0600.46
HSL198.46º10.4%49.02%-
HSV(B)198.46º18.84%54.12%-
XYZ19.2521.2427.13-
YUV125.53135.04118.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=29.47%
G=34.21%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121301380.190.0600.46198.4610.449.02
Hex70828A13602Ec6a31
Octal1602022122360563061261
Binary11100001000001010001010100111100101110110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70828A;
 }
 .AnyTagClassName
 {
   color: #70828A;
 }
</style>
background-color css

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

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

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

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

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

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