#72858C

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

Shades of Regent Grey #72858C

Tints of Regent Grey #72858C

Color information

#72858C (or 0x72858C) is unknown color: approx Regent Grey. HEX triplet: 72, 85 and 8C. RGB value is (114,133,140). Sum of RGB (Red+Green+Blue) = 114+133+140=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #72858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72858C is #8D7A73. Grayscale: #808080. Windows color (decimal): -9271924 or 9209202. OLE color: 9209202.

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

Color convert

RGB114133140-
CMYK0.190.0500.45
HSL196.15º10.24%49.8%-
HSV(B)196.15º18.57%54.9%-
XYZ20.0622.2528.05-
YUV128.12134.71117.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=29.46%
G=34.37%
B=36.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141331400.190.0500.45196.1510.2449.8
Hex72858C13502Dc4a32
Octal1622052142350553041262
Binary11100101000010110001100100111010101101110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72858C; }

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

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

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

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

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

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

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

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