#73878C

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

Shades of Regent Grey #73878C

Tints of Regent Grey #73878C

Color information

#73878C (or 0x73878C) is unknown color: approx Regent Grey. HEX triplet: 73, 87 and 8C. RGB value is (115,135,140). Sum of RGB (Red+Green+Blue) = 115+135+140=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #73878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73878C is #8C7873. Grayscale: #818181. Windows color (decimal): -9205876 or 9209715. OLE color: 9209715.

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

Color convert

RGB115135140-
CMYK0.180.0400.45
HSL192º9.8%50%-
HSV(B)192º17.86%54.9%-
XYZ20.4722.8728.15-
YUV129.59133.87117.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=29.49%
G=34.62%
B=35.90%

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
Decimal1151351400.180.0400.451929.850
Hex73878C12402Dc0a32
Octal1632072142240553001262
Binary11100111000011110001100100101000101101110000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,135,140); }

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

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

 a { background-color: rgb(115,135,140); }

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

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

 span { border-color: rgb(115,135,140); }

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