#756867

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

Shades of Dim Gray #756867

Tints of Dim Gray #756867

Color information

#756867 (or 0x756867) is unknown color: approx Dim Gray. HEX triplet: 75, 68 and 67. RGB value is (117,104,103). Sum of RGB (Red+Green+Blue) = 117+104+103=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756867 is #8A9798. Grayscale: #6B6B6B. Windows color (decimal): -9082777 or 6776949. OLE color: 6776949.

HSL color Cylindrical-coordinate representation of color #756867: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756867 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB117104103-
CMYK00.110.120.54
HSL4.29º6.36%43.14%-
HSV(B)4.29º11.97%45.88%-
XYZ14.7314.6614.89-
YUV107.77125.31134.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=36.11%
G=32.10%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710410300.110.120.544.296.3643.14
Hex7568670BC36462b
Octal16515014701314664653
Binary111010111010001100111010111100110110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756867; }

 p { color: rgb(117,104,103); }

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

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

 a { background-color: rgb(117,104,103); }

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

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

 span { border-color: rgb(117,104,103); }

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