#746664

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

Shades of Pharlap #746664

Tints of Pharlap #746664

Color information

#746664 (or 0x746664) is unknown color: approx Pharlap. HEX triplet: 74, 66 and 64. RGB value is (116,102,100). Sum of RGB (Red+Green+Blue) = 116+102+100=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746664 is #8B999B. Grayscale: #696969. Windows color (decimal): -9148828 or 6579828. OLE color: 6579828.

HSL color Cylindrical-coordinate representation of color #746664: hue angle of 7.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746664 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB116102100-
CMYK00.120.140.55
HSL7.5º7.41%42.35%-
HSV(B)7.5º13.79%45.49%-
XYZ14.2514.1414.03-
YUV105.96124.64135.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=36.48%
G=32.08%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610210000.120.140.557.57.4142.35
Hex7466640CE37872a
Octal164146144014166710752
Binary1110100110011011001000110011101101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746664; }

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

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

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

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

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

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

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

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