#747B7C

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

Shades of Regent Grey #747B7C

Tints of Regent Grey #747B7C

Color information

#747B7C (or 0x747B7C) is unknown color: approx Regent Grey. HEX triplet: 74, 7B and 7C. RGB value is (116,123,124). Sum of RGB (Red+Green+Blue) = 116+123+124=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: blue. Hex color #747B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B7C is #8B8483. Grayscale: #797979. Windows color (decimal): -9143428 or 8158068. OLE color: 8158068.

HSL color Cylindrical-coordinate representation of color #747B7C: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #747B7C is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB116123124-
CMYK0.060.0100.51
HSL187.5º3.33%47.06%-
HSV(B)187.5º6.45%48.63%-
XYZ17.9219.3321.86-
YUV121.02129.68124.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=31.96%
G=33.88%
B=34.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161231240.060.0100.51187.53.3347.06
Hex747B7C61033bc32f
Octal16417317461063274357
Binary111010011110111111100110101100111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B7C; }

 p { color: rgb(116,123,124); }

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

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

 a { background-color: rgb(116,123,124); }

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

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

 span { border-color: rgb(116,123,124); }

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