#738386

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

Shades of Regent Grey #738386

Tints of Regent Grey #738386

Color information

#738386 (or 0x738386) is unknown color: approx Regent Grey. HEX triplet: 73, 83 and 86. RGB value is (115,131,134). Sum of RGB (Red+Green+Blue) = 115+131+134=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 134 - color contains mainly: blue. Hex color #738386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738386 is #8C7C79. Grayscale: #7E7E7E. Windows color (decimal): -9206906 or 8815475. OLE color: 8815475.

HSL color Cylindrical-coordinate representation of color #738386: hue angle of 189.47º 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 #738386 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB115131134-
CMYK0.140.0200.47
HSL189.47º7.63%48.82%-
HSV(B)189.47º14.18%52.55%-
XYZ19.4921.625.7-
YUV126.56132.2119.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=30.26%
G=34.47%
B=35.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151311340.140.0200.47189.477.6348.82
Hex738386E202Fbd831
Octal1632032061620572751061
Binary111001110000011100001101110100101111101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738386; }

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

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

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

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

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

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

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

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