#756664

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

Shades of Pharlap #756664

Tints of Pharlap #756664

Color information

#756664 (or 0x756664) is unknown color: approx Pharlap. HEX triplet: 75, 66 and 64. RGB value is (117,102,100). Sum of RGB (Red+Green+Blue) = 117+102+100=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756664 is #8A999B. Grayscale: #6A6A6A. Windows color (decimal): -9083292 or 6579829. OLE color: 6579829.

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

Color convert

RGB117102100-
CMYK00.130.150.54
HSL7.06º7.83%42.55%-
HSV(B)7.06º14.53%45.88%-
XYZ14.3914.214.04-
YUV106.26124.47135.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=36.68%
G=31.97%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710210000.130.150.547.067.8342.55
Hex7566640DF36782b
Octal165146144015176671053
Binary1110101110011011001000110111111101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756664; }

 p { color: rgb(117,102,100); }

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

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

 a { background-color: rgb(117,102,100); }

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

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

 span { border-color: rgb(117,102,100); }

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