#747E82

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

Shades of Regent Grey #747E82

Tints of Regent Grey #747E82

Color information

#747E82 (or 0x747E82) is unknown color: approx Regent Grey. HEX triplet: 74, 7E and 82. RGB value is (116,126,130). Sum of RGB (Red+Green+Blue) = 116+126+130=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: blue. Hex color #747E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E82 is #8B817D. Grayscale: #7B7B7B. Windows color (decimal): -9142654 or 8552052. OLE color: 8552052.

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

Color convert

RGB116126130-
CMYK0.110.0300.49
HSL197.14º5.69%48.24%-
HSV(B)197.14º10.77%50.98%-
XYZ18.6920.2524.04-
YUV123.47131.69122.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=31.18%
G=33.87%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161261300.110.0300.49197.145.6948.24
Hex747E82B3031c5630
Octal164176202133061305660
Binary1110100111111010000010101111011000111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,126,130); }

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

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

 a { background-color: rgb(116,126,130); }

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

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

 span { border-color: rgb(116,126,130); }

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