#757E82

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

Shades of Regent Grey #757E82

Tints of Regent Grey #757E82

Color information

#757E82 (or 0x757E82) is unknown color: approx Regent Grey. HEX triplet: 75, 7E and 82. RGB value is (117,126,130). Sum of RGB (Red+Green+Blue) = 117+126+130=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 130 - color contains mainly: blue. Hex color #757E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E82 is #8A817D. Grayscale: #7B7B7B. Windows color (decimal): -9077118 or 8552053. OLE color: 8552053.

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

Color convert

RGB117126130-
CMYK0.10.0300.49
HSL198.46º5.26%48.43%-
HSV(B)198.46º10%50.98%-
XYZ18.8320.3224.05-
YUV123.76131.52123.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=31.37%
G=33.78%
B=34.85%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171261300.10.0300.49198.465.2648.43
Hex757E82A3031c6530
Octal165176202123061306560
Binary1110101111111010000010101011011000111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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