#756D83

Color #756D83 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #756D83

Tints of Topaz #756D83

Color information

#756D83 (or 0x756D83) is unknown color: approx Topaz. HEX triplet: 75, 6D and 83. RGB value is (117,109,131). Sum of RGB (Red+Green+Blue) = 117+109+131=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #756D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D83 is #8A927C. Grayscale: #717171. Windows color (decimal): -9081469 or 8613237. OLE color: 8613237.

HSL color Cylindrical-coordinate representation of color #756D83: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756D83 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117109131-
CMYK0.110.1700.49
HSL261.82º9.17%47.06%-
HSV(B)261.82º16.79%51.37%-
XYZ16.916.3623.74-
YUV113.9137.65130.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=32.77%
G=30.53%
B=36.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171091310.110.1700.49261.829.1747.06
Hex756D83B1103110692f
Octal16515520313210614061157
Binary111010111011011000001110111000101100011000001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D83; }

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

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

<style>
 a { background-color: #756D83; }

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

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

<style>
 span { border-color: #756D83; }

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

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