#728185

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

Shades of Regent Grey #728185

Tints of Regent Grey #728185

Color information

#728185 (or 0x728185) is unknown color: approx Regent Grey. HEX triplet: 72, 81 and 85. RGB value is (114,129,133). Sum of RGB (Red+Green+Blue) = 114+129+133=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #728185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728185 is #8D7E7A. Grayscale: #7C7C7C. Windows color (decimal): -9272955 or 8749426. OLE color: 8749426.

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

Color convert

RGB114129133-
CMYK0.140.0300.48
HSL192.63º7.69%48.43%-
HSV(B)192.63º14.29%52.16%-
XYZ19.0220.9725.24-
YUV124.97132.53120.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=30.32%
G=34.31%
B=35.37%

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
Decimal1141291330.140.0300.48192.637.6948.43
Hex728185E3030c1830
Octal1622012051630603011060
Binary111001010000001100001011110110110000110000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728185; }

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

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

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

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

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

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

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

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