#73878D

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

Shades of Regent Grey #73878D

Tints of Regent Grey #73878D

Color information

#73878D (or 0x73878D) is unknown color: approx Regent Grey. HEX triplet: 73, 87 and 8D. RGB value is (115,135,141). Sum of RGB (Red+Green+Blue) = 115+135+141=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #73878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73878D is #8C7872. Grayscale: #818181. Windows color (decimal): -9205875 or 9275251. OLE color: 9275251.

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

Color convert

RGB115135141-
CMYK0.180.0400.45
HSL193.85º10.24%50.2%-
HSV(B)193.85º18.44%55.29%-
XYZ20.5422.928.54-
YUV129.7134.37117.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=29.41%
G=34.53%
B=36.06%

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
Decimal1151351410.180.0400.45193.8510.2450.2
Hex73878D12402Dc2a32
Octal1632072152240553021262
Binary11100111000011110001101100101000101101110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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