#72868B

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

Shades of Regent Grey #72868B

Tints of Regent Grey #72868B

Color information

#72868B (or 0x72868B) is unknown color: approx Regent Grey. HEX triplet: 72, 86 and 8B. RGB value is (114,134,139). Sum of RGB (Red+Green+Blue) = 114+134+139=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #72868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72868B is #8D7974. Grayscale: #808080. Windows color (decimal): -9271669 or 9143922. OLE color: 9143922.

HSL color Cylindrical-coordinate representation of color #72868B: hue angle of 192º 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 #72868B is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114134139-
CMYK0.180.0400.45
HSL192º9.88%49.61%-
HSV(B)192º17.99%54.51%-
XYZ20.1222.4927.71-
YUV128.59133.87117.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=29.46%
G=34.63%
B=35.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141341390.180.0400.451929.8849.61
Hex72868B12402Dc0a32
Octal1622062132240553001262
Binary11100101000011010001011100101000101101110000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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