#756E82

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

Shades of Topaz #756E82

Tints of Topaz #756E82

Color information

#756E82 (or 0x756E82) is unknown color: approx Topaz. HEX triplet: 75, 6E and 82. RGB value is (117,110,130). Sum of RGB (Red+Green+Blue) = 117+110+130=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #756E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E82 is #8A917D. Grayscale: #727272. Windows color (decimal): -9081214 or 8547957. OLE color: 8547957.

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

Color convert

RGB117110130-
CMYK0.10.1500.49
HSL261º8.33%47.06%-
HSV(B)261º15.38%50.98%-
XYZ16.9416.5523.42-
YUV114.37136.82129.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=32.77%
G=30.81%
B=36.41%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171101300.10.1500.492618.3347.06
Hex756E82AF03110582f
Octal16515620212170614051057
Binary11101011101110100000101010111101100011000001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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