#738289

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

Shades of Regent Grey #738289

Tints of Regent Grey #738289

Color information

#738289 (or 0x738289) is unknown color: approx Regent Grey. HEX triplet: 73, 82 and 89. RGB value is (115,130,137). Sum of RGB (Red+Green+Blue) = 115+130+137=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #738289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738289 is #8C7D76. Grayscale: #7E7E7E. Windows color (decimal): -9207159 or 9011827. OLE color: 9011827.

HSL color Cylindrical-coordinate representation of color #738289: hue angle of 199.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738289 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115130137-
CMYK0.160.0500.46
HSL199.09º8.73%49.41%-
HSV(B)199.09º16.06%53.73%-
XYZ19.5721.4226.77-
YUV126.31134.03119.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=30.10%
G=34.03%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151301370.160.0500.46199.098.7349.41
Hex73828910502Ec7931
Octal1632022112050563071161
Binary11100111000001010001001100001010101110110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738289; }

 p { color: rgb(115,130,137); }

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

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

 a { background-color: rgb(115,130,137); }

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

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

 span { border-color: rgb(115,130,137); }

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