#728385

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

Shades of Regent Grey #728385

Tints of Regent Grey #728385

Color information

#728385 (or 0x728385) is unknown color: approx Regent Grey. HEX triplet: 72, 83 and 85. RGB value is (114,131,133). Sum of RGB (Red+Green+Blue) = 114+131+133=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #728385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728385 is #8D7C7A. Grayscale: #7E7E7E. Windows color (decimal): -9272443 or 8749938. OLE color: 8749938.

HSL color Cylindrical-coordinate representation of color #728385: hue angle of 186.32º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728385 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114131133-
CMYK0.140.0200.48
HSL186.32º7.69%48.43%-
HSV(B)186.32º14.29%52.16%-
XYZ19.2921.525.32-
YUV126.14131.87119.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=30.16%
G=34.66%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141311330.140.0200.48186.327.6948.43
Hex728385E2030ba830
Octal1622032051620602721060
Binary111001010000011100001011110100110000101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728385; }

 p { color: rgb(114,131,133); }

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

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

 a { background-color: rgb(114,131,133); }

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

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

 span { border-color: rgb(114,131,133); }

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