#747A7B

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

Shades of Regent Grey #747A7B

Tints of Regent Grey #747A7B

Color information

#747A7B (or 0x747A7B) is unknown color: approx Regent Grey. HEX triplet: 74, 7A and 7B. RGB value is (116,122,123). Sum of RGB (Red+Green+Blue) = 116+122+123=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 123 - color contains mainly: blue. Hex color #747A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A7B is #8B8584. Grayscale: #787878. Windows color (decimal): -9143685 or 8092276. OLE color: 8092276.

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

Color convert

RGB116122123-
CMYK0.060.0100.52
HSL188.57º2.93%46.86%-
HSV(B)188.57º5.69%48.24%-
XYZ17.7419.0621.48-
YUV120.32129.51124.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=32.13%
G=33.80%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161221230.060.0100.52188.572.9346.86
Hex747A7B61034bd32f
Octal16417217361064275357
Binary111010011110101111011110101101001011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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