#73868D

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

Shades of Regent Grey #73868D

Tints of Regent Grey #73868D

Color information

#73868D (or 0x73868D) is unknown color: approx Regent Grey. HEX triplet: 73, 86 and 8D. RGB value is (115,134,141). Sum of RGB (Red+Green+Blue) = 115+134+141=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #73868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868D is #8C7972. Grayscale: #818181. Windows color (decimal): -9206131 or 9274995. OLE color: 9274995.

HSL color Cylindrical-coordinate representation of color #73868D: 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.18%. Process color model (Four color, CMYK) of #73868D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115134141-
CMYK0.180.0500.45
HSL196.15º10.24%50.2%-
HSV(B)196.15º18.44%55.29%-
XYZ20.422.6228.49-
YUV129.12134.71117.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=29.49%
G=34.36%
B=36.15%

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
Decimal1151341410.180.0500.45196.1510.2450.2
Hex73868D12502Dc4a32
Octal1632062152250553041262
Binary11100111000011010001101100101010101101110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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