#72848B

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

Shades of Regent Grey #72848B

Tints of Regent Grey #72848B

Color information

#72848B (or 0x72848B) is unknown color: approx Regent Grey. HEX triplet: 72, 84 and 8B. RGB value is (114,132,139). Sum of RGB (Red+Green+Blue) = 114+132+139=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #72848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72848B is #8D7B74. Grayscale: #7F7F7F. Windows color (decimal): -9272181 or 9143410. OLE color: 9143410.

HSL color Cylindrical-coordinate representation of color #72848B: hue angle of 196.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72848B is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114132139-
CMYK0.180.0500.45
HSL196.8º9.88%49.61%-
HSV(B)196.8º17.99%54.51%-
XYZ19.8521.9427.62-
YUV127.42134.54118.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=29.61%
G=34.29%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141321390.180.0500.45196.89.8849.61
Hex72848B12502Dc5a32
Octal1622042132250553051262
Binary11100101000010010001011100101010101101110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72848B; }

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

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

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

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

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

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

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

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