#738586

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

Shades of Regent Grey #738586

Tints of Regent Grey #738586

Color information

#738586 (or 0x738586) is unknown color: approx Regent Grey. HEX triplet: 73, 85 and 86. RGB value is (115,133,134). Sum of RGB (Red+Green+Blue) = 115+133+134=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 134 - color contains mainly: blue. Hex color #738586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738586 is #8C7A79. Grayscale: #7F7F7F. Windows color (decimal): -9206394 or 8815987. OLE color: 8815987.

HSL color Cylindrical-coordinate representation of color #738586: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #738586 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB115133134-
CMYK0.140.0100.47
HSL183.16º7.63%48.82%-
HSV(B)183.16º14.18%52.55%-
XYZ19.7622.1425.79-
YUV127.73131.54118.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=30.10%
G=34.82%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151331340.140.0100.47183.167.6348.82
Hex738586E102Fb7831
Octal1632052061610572671061
Binary11100111000010110000110111010101111101101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738586; }

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

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

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

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

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

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

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

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