#728284

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

Shades of Regent Grey #728284

Tints of Regent Grey #728284

Color information

#728284 (or 0x728284) is unknown color: approx Regent Grey. HEX triplet: 72, 82 and 84. RGB value is (114,130,132). Sum of RGB (Red+Green+Blue) = 114+130+132=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #728284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728284 is #8D7D7B. Grayscale: #7D7D7D. Windows color (decimal): -9272700 or 8684146. OLE color: 8684146.

HSL color Cylindrical-coordinate representation of color #728284: hue angle of 186.67º degrees, saturation: 0.07, 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 #728284 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114130132-
CMYK0.140.0200.48
HSL186.67º7.32%48.24%-
HSV(B)186.67º13.64%51.76%-
XYZ19.0921.2124.92-
YUV125.44131.7119.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=30.32%
G=34.57%
B=35.11%

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
Decimal1141301320.140.0200.48186.677.3248.24
Hex728284E2030bb730
Octal162202204162060273760
Binary11100101000001010000100111010011000010111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728284; }

 p { color: rgb(114,130,132); }

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

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

 a { background-color: rgb(114,130,132); }

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

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

 span { border-color: rgb(114,130,132); }

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