#738892

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

Shades of Regent Grey #738892

Tints of Regent Grey #738892

Color information

#738892 (or 0x738892) is unknown color: approx Regent Grey. HEX triplet: 73, 88 and 92. RGB value is (115,136,146). Sum of RGB (Red+Green+Blue) = 115+136+146=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #738892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738892 is #8C776D. Grayscale: #828282. Windows color (decimal): -9205614 or 9603187. OLE color: 9603187.

HSL color Cylindrical-coordinate representation of color #738892: hue angle of 199.35º 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 #738892 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115136146-
CMYK0.210.0700.43
HSL199.35º12.45%51.18%-
HSV(B)199.35º21.23%57.25%-
XYZ21.0623.3330.59-
YUV130.86136.54116.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=28.97%
G=34.26%
B=36.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151361460.210.0700.43199.3512.4551.18
Hex73889215702Bc7c33
Octal1632102222570533071463
Binary11100111000100010010010101011110101011110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738892; }

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

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

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

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

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

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

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

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