#748993

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

Shades of Regent Grey #748993

Tints of Regent Grey #748993

Color information

#748993 (or 0x748993) is unknown color: approx Regent Grey. HEX triplet: 74, 89 and 93. RGB value is (116,137,147). Sum of RGB (Red+Green+Blue) = 116+137+147=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #748993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748993 is #8B766C. Grayscale: #838383. Windows color (decimal): -9139821 or 9668980. OLE color: 9668980.

HSL color Cylindrical-coordinate representation of color #748993: hue angle of 199.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748993 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116137147-
CMYK0.210.0700.42
HSL199.35º12.55%51.57%-
HSV(B)199.35º21.09%57.65%-
XYZ21.4123.7131.05-
YUV131.86136.54116.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=29%
G=34.25%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161371470.210.0700.42199.3512.5551.57
Hex74899315702Ac7d34
Octal1642112232570523071564
Binary11101001000100110010011101011110101010110001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748993; }

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

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

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

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

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

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

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

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