#748891

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

Shades of Regent Grey #748891

Tints of Regent Grey #748891

Color information

#748891 (or 0x748891) is unknown color: approx Regent Grey. HEX triplet: 74, 88 and 91. RGB value is (116,136,145). Sum of RGB (Red+Green+Blue) = 116+136+145=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #748891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748891 is #8B776E. Grayscale: #828282. Windows color (decimal): -9140079 or 9537652. OLE color: 9537652.

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

Color convert

RGB116136145-
CMYK0.20.0600.43
HSL198.62º11.65%51.18%-
HSV(B)198.62º20%56.86%-
XYZ21.1223.3730.19-
YUV131.05135.87117.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=29.22%
G=34.26%
B=36.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161361450.20.0600.43198.6211.6551.18
Hex74889114602Bc7c33
Octal1642102212460533071463
Binary11101001000100010010001101001100101011110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748891; }

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

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

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

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

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

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

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

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