#72858D

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

Shades of Regent Grey #72858D

Tints of Regent Grey #72858D

Color information

#72858D (or 0x72858D) is unknown color: approx Regent Grey. HEX triplet: 72, 85 and 8D. RGB value is (114,133,141). Sum of RGB (Red+Green+Blue) = 114+133+141=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #72858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72858D is #8D7A72. Grayscale: #808080. Windows color (decimal): -9271923 or 9274738. OLE color: 9274738.

HSL color Cylindrical-coordinate representation of color #72858D: hue angle of 197.78º degrees, saturation: 0.11, 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 #72858D is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114133141-
CMYK0.190.0600.45
HSL197.78º10.59%50%-
HSV(B)197.78º19.15%55.29%-
XYZ20.1322.2828.44-
YUV128.23135.21117.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=29.38%
G=34.28%
B=36.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141331410.190.0600.45197.7810.5950
Hex72858D13602Dc6b32
Octal1622052152360553061362
Binary11100101000010110001101100111100101101110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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