#756665

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

Shades of Pharlap #756665

Tints of Pharlap #756665

Color information

#756665 (or 0x756665) is unknown color: approx Pharlap. HEX triplet: 75, 66 and 65. RGB value is (117,102,101). Sum of RGB (Red+Green+Blue) = 117+102+101=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756665 is #8A999A. Grayscale: #6A6A6A. Windows color (decimal): -9083291 or 6645365. OLE color: 6645365.

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

Color convert

RGB117102101-
CMYK00.130.140.54
HSL3.75º7.34%42.75%-
HSV(B)3.75º13.68%45.88%-
XYZ14.4414.2214.3-
YUV106.37124.97135.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=36.56%
G=31.88%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710210100.130.140.543.757.3442.75
Hex7566650DE36472b
Octal16514614501516664753
Binary111010111001101100101011011110110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756665; }

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

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

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

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

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

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

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

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