#757C7D

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

Shades of Regent Grey #757C7D

Tints of Regent Grey #757C7D

Color information

#757C7D (or 0x757C7D) is unknown color: approx Regent Grey. HEX triplet: 75, 7C and 7D. RGB value is (117,124,125). Sum of RGB (Red+Green+Blue) = 117+124+125=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 125 - color contains mainly: blue. Hex color #757C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C7D is #8A8382. Grayscale: #7A7A7A. Windows color (decimal): -9077635 or 8223861. OLE color: 8223861.

HSL color Cylindrical-coordinate representation of color #757C7D: 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 #757C7D is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117124125-
CMYK0.060.0100.51
HSL187.5º3.31%47.45%-
HSV(B)187.5º6.4%49.02%-
XYZ18.2519.6822.24-
YUV122.02129.68124.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=31.97%
G=33.88%
B=34.15%

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
Decimal1171241250.060.0100.51187.53.3147.45
Hex757C7D61033bc32f
Octal16517417561063274357
Binary111010111111001111101110101100111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757C7D; }

 p { color: rgb(117,124,125); }

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

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

 a { background-color: rgb(117,124,125); }

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

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

 span { border-color: rgb(117,124,125); }

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