#757F84

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

Shades of Regent Grey #757F84

Tints of Regent Grey #757F84

Color information

#757F84 (or 0x757F84) is unknown color: approx Regent Grey. HEX triplet: 75, 7F and 84. RGB value is (117,127,132). Sum of RGB (Red+Green+Blue) = 117+127+132=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #757F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F84 is #8A807B. Grayscale: #7C7C7C. Windows color (decimal): -9076860 or 8683381. OLE color: 8683381.

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

Color convert

RGB117127132-
CMYK0.110.0400.48
HSL200º6.02%48.82%-
HSV(B)200º11.36%51.76%-
XYZ19.0920.6324.8-
YUV124.58132.19122.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=31.12%
G=33.78%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171271320.110.0400.482006.0248.82
Hex757F84B4030c8631
Octal165177204134060310661
Binary11101011111111100001001011100011000011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,132); }

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

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

 a { background-color: rgb(117,127,132); }

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

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

 span { border-color: rgb(117,127,132); }

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