#757E83

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

Shades of Regent Grey #757E83

Tints of Regent Grey #757E83

Color information

#757E83 (or 0x757E83) is unknown color: approx Regent Grey. HEX triplet: 75, 7E and 83. RGB value is (117,126,131). Sum of RGB (Red+Green+Blue) = 117+126+131=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 131 - color contains mainly: blue. Hex color #757E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E83 is #8A817C. Grayscale: #7B7B7B. Windows color (decimal): -9077117 or 8617589. OLE color: 8617589.

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

Color convert

RGB117126131-
CMYK0.110.0400.49
HSL201.43º5.65%48.63%-
HSV(B)201.43º10.69%51.37%-
XYZ18.8920.3424.4-
YUV123.88132.02123.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=31.28%
G=33.69%
B=35.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171261310.110.0400.49201.435.6548.63
Hex757E83B4031c9631
Octal165176203134061311661
Binary11101011111110100000111011100011000111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,126,131); }

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

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

 a { background-color: rgb(117,126,131); }

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

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

 span { border-color: rgb(117,126,131); }

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