#756F6E

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

Shades of Dim Gray #756F6E

Tints of Dim Gray #756F6E

Color information

#756F6E (or 0x756F6E) is unknown color: approx Dim Gray. HEX triplet: 75, 6F and 6E. RGB value is (117,111,110). Sum of RGB (Red+Green+Blue) = 117+111+110=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #756F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F6E is #8A9091. Grayscale: #707070. Windows color (decimal): -9080978 or 7237493. OLE color: 7237493.

HSL color Cylindrical-coordinate representation of color #756F6E: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #756F6E is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB117111110-
CMYK00.050.060.54
HSL8.57º3.08%44.51%-
HSV(B)8.57º5.98%45.88%-
XYZ15.8416.2817.06-
YUV112.68126.49131.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=34.62%
G=32.84%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711111000.050.060.548.573.0844.51
Hex756F6E05636932d
Octal1651571560566611355
Binary1110101110111111011100101110110110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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