#717D82

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

Shades of Regent Grey #717D82

Tints of Regent Grey #717D82

Color information

#717D82 (or 0x717D82) is unknown color: approx Regent Grey. HEX triplet: 71, 7D and 82. RGB value is (113,125,130). Sum of RGB (Red+Green+Blue) = 113+125+130=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 130 - color contains mainly: blue. Hex color #717D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D82 is #8E827D. Grayscale: #797979. Windows color (decimal): -9339518 or 8551793. OLE color: 8551793.

HSL color Cylindrical-coordinate representation of color #717D82: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717D82 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113125130-
CMYK0.130.0400.49
HSL197.65º7%47.65%-
HSV(B)197.65º13.08%50.98%-
XYZ18.1719.7923.98-
YUV121.98132.52121.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=30.71%
G=33.97%
B=35.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131251300.130.0400.49197.65747.65
Hex717D82D4031c6730
Octal161175202154061306760
Binary11100011111101100000101101100011000111000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717D82; }

 p { color: rgb(113,125,130); }

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

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

 a { background-color: rgb(113,125,130); }

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

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

 span { border-color: rgb(113,125,130); }

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