#728084

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

Shades of Regent Grey #728084

Tints of Regent Grey #728084

Color information

#728084 (or 0x728084) is unknown color: approx Regent Grey. HEX triplet: 72, 80 and 84. RGB value is (114,128,132). Sum of RGB (Red+Green+Blue) = 114+128+132=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 132 - color contains mainly: blue. Hex color #728084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728084 is #8D7F7B. Grayscale: #7C7C7C. Windows color (decimal): -9273212 or 8683634. OLE color: 8683634.

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

Color convert

RGB114128132-
CMYK0.140.0300.48
HSL193.33º7.32%48.24%-
HSV(B)193.33º13.64%51.76%-
XYZ18.8220.6824.83-
YUV124.27132.36120.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=30.48%
G=34.22%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141281320.140.0300.48193.337.3248.24
Hex728084E3030c1730
Octal162200204163060301760
Binary11100101000000010000100111011011000011000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728084; }

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

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

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

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

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

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

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

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