#738792

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

Shades of Regent Grey #738792

Tints of Regent Grey #738792

Color information

#738792 (or 0x738792) is unknown color: approx Regent Grey. HEX triplet: 73, 87 and 92. RGB value is (115,135,146). Sum of RGB (Red+Green+Blue) = 115+135+146=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #738792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738792 is #8C786D. Grayscale: #828282. Windows color (decimal): -9205870 or 9602931. OLE color: 9602931.

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

Color convert

RGB115135146-
CMYK0.210.0800.43
HSL201.29º12.45%51.18%-
HSV(B)201.29º21.23%57.25%-
XYZ20.9223.0530.54-
YUV130.27136.87117.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=29.04%
G=34.09%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151351460.210.0800.43201.2912.4551.18
Hex73879215802Bc9c33
Octal16320722225100533111463
Binary111001110000111100100101010110000101011110010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738792; }

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

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

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

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

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

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

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

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