#748992

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

Shades of Regent Grey #748992

Tints of Regent Grey #748992

Color information

#748992 (or 0x748992) is unknown color: approx Regent Grey. HEX triplet: 74, 89 and 92. RGB value is (116,137,146). Sum of RGB (Red+Green+Blue) = 116+137+146=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #748992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748992 is #8B766D. Grayscale: #838383. Windows color (decimal): -9139822 or 9603444. OLE color: 9603444.

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

Color convert

RGB116137146-
CMYK0.210.0600.43
HSL198º12.1%51.37%-
HSV(B)198º20.55%57.25%-
XYZ21.3423.6830.64-
YUV131.75136.04116.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=29.07%
G=34.34%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161371460.210.0600.4319812.151.37
Hex74899215602Bc6c33
Octal1642112222560533061463
Binary11101001000100110010010101011100101011110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748992; }

 p { color: rgb(116,137,146); }

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

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

 a { background-color: rgb(116,137,146); }

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

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

 span { border-color: rgb(116,137,146); }

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