#73848A

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

Shades of Regent Grey #73848A

Tints of Regent Grey #73848A

Color information

#73848A (or 0x73848A) is unknown color: approx Regent Grey. HEX triplet: 73, 84 and 8A. RGB value is (115,132,138). Sum of RGB (Red+Green+Blue) = 115+132+138=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #73848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73848A is #8C7B75. Grayscale: #7F7F7F. Windows color (decimal): -9206646 or 9077875. OLE color: 9077875.

HSL color Cylindrical-coordinate representation of color #73848A: hue angle of 195.65º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73848A is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115132138-
CMYK0.170.0400.46
HSL195.65º9.09%49.61%-
HSV(B)195.65º16.67%54.12%-
XYZ19.9121.9827.24-
YUV127.6133.87119.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=29.87%
G=34.29%
B=35.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151321380.170.0400.46195.659.0949.61
Hex73848A11402Ec4932
Octal1632042122140563041162
Binary11100111000010010001010100011000101110110001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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