#738790

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

Shades of Regent Grey #738790

Tints of Regent Grey #738790

Color information

#738790 (or 0x738790) is unknown color: approx Regent Grey. HEX triplet: 73, 87 and 90. RGB value is (115,135,144). Sum of RGB (Red+Green+Blue) = 115+135+144=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #738790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738790 is #8C786F. Grayscale: #818181. Windows color (decimal): -9205872 or 9471859. OLE color: 9471859.

HSL color Cylindrical-coordinate representation of color #738790: hue angle of 198.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738790 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115135144-
CMYK0.200.0600.44
HSL198.62º11.55%50.78%-
HSV(B)198.62º20.14%56.47%-
XYZ20.7722.9929.73-
YUV130.05135.87117.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=29.19%
G=34.26%
B=36.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151351440.200.0600.44198.6211.5550.78
Hex73879014602Cc7c33
Octal1632072202460543071463
Binary11100111000011110010000101001100101100110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738790; }

 p { color: rgb(115,135,144); }

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

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

 a { background-color: rgb(115,135,144); }

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

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

 span { border-color: rgb(115,135,144); }

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