#738891

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

Shades of Regent Grey #738891

Tints of Regent Grey #738891

Color information

#738891 (or 0x738891) is unknown color: approx Regent Grey. HEX triplet: 73, 88 and 91. RGB value is (115,136,145). Sum of RGB (Red+Green+Blue) = 115+136+145=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #738891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738891 is #8C776E. Grayscale: #828282. Windows color (decimal): -9205615 or 9537651. OLE color: 9537651.

HSL color Cylindrical-coordinate representation of color #738891: hue angle of 198º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738891 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115136145-
CMYK0.210.0600.43
HSL198º12%50.98%-
HSV(B)198º20.69%56.86%-
XYZ20.9923.330.18-
YUV130.75136.04116.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=29.04%
G=34.34%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151361450.210.0600.431981250.98
Hex73889115602Bc6c33
Octal1632102212560533061463
Binary11100111000100010010001101011100101011110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738891; }

 p { color: rgb(115,136,145); }

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

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

 a { background-color: rgb(115,136,145); }

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

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

 span { border-color: rgb(115,136,145); }

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