#73868F

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

Shades of Regent Grey #73868F

Tints of Regent Grey #73868F

Color information

#73868F (or 0x73868F) is unknown color: approx Regent Grey. HEX triplet: 73, 86 and 8F. RGB value is (115,134,143). Sum of RGB (Red+Green+Blue) = 115+134+143=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #73868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868F is #8C7970. Grayscale: #818181. Windows color (decimal): -9206129 or 9406067. OLE color: 9406067.

HSL color Cylindrical-coordinate representation of color #73868F: hue angle of 199.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73868F is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115134143-
CMYK0.200.0600.44
HSL199.29º11.11%50.59%-
HSV(B)199.29º19.58%56.08%-
XYZ20.5522.6829.28-
YUV129.34135.71117.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=29.34%
G=34.18%
B=36.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151341430.200.0600.44199.2911.1150.59
Hex73868F14602Cc7b33
Octal1632062172460543071363
Binary11100111000011010001111101001100101100110001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73868F; }

 p { color: rgb(115,134,143); }

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

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

 a { background-color: rgb(115,134,143); }

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

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

 span { border-color: rgb(115,134,143); }

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