#73828A

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

Shades of Regent Grey #73828A

Tints of Regent Grey #73828A

Color information

#73828A (or 0x73828A) is unknown color: approx Regent Grey. HEX triplet: 73, 82 and 8A. RGB value is (115,130,138). Sum of RGB (Red+Green+Blue) = 115+130+138=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #73828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73828A is #8C7D75. Grayscale: #7E7E7E. Windows color (decimal): -9207158 or 9077363. OLE color: 9077363.

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

Color convert

RGB115130138-
CMYK0.170.0600.46
HSL200.87º9.09%49.61%-
HSV(B)200.87º16.67%54.12%-
XYZ19.6421.4527.15-
YUV126.43134.53119.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=30.03%
G=33.94%
B=36.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151301380.170.0600.46200.879.0949.61
Hex73828A11602Ec9932
Octal1632022122160563111162
Binary11100111000001010001010100011100101110110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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