#756D6B

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

Shades of Pharlap #756D6B

Tints of Pharlap #756D6B

Color information

#756D6B (or 0x756D6B) is unknown color: approx Pharlap. HEX triplet: 75, 6D and 6B. RGB value is (117,109,107). Sum of RGB (Red+Green+Blue) = 117+109+107=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6B is #8A9294. Grayscale: #6F6F6F. Windows color (decimal): -9081493 or 7040373. OLE color: 7040373.

HSL color Cylindrical-coordinate representation of color #756D6B: hue angle of 12º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756D6B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117109107-
CMYK00.070.090.54
HSL12º4.46%43.92%-
HSV(B)12º8.55%45.88%-
XYZ15.4615.7816.14-
YUV111.16125.65132.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=35.14%
G=32.73%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710910700.070.090.54124.4643.92
Hex756D6B07936c42c
Octal16515515307116614454
Binary111010111011011101011011110011101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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