#746866

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

Shades of Pharlap #746866

Tints of Pharlap #746866

Color information

#746866 (or 0x746866) is unknown color: approx Pharlap. HEX triplet: 74, 68 and 66. RGB value is (116,104,102). Sum of RGB (Red+Green+Blue) = 116+104+102=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746866 is #8B9799. Grayscale: #6B6B6B. Windows color (decimal): -9148314 or 6711412. OLE color: 6711412.

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

Color convert

RGB116104102-
CMYK00.100.120.55
HSL8.57º6.42%42.75%-
HSV(B)8.57º12.07%45.49%-
XYZ14.5514.5714.62-
YUV107.36124.98134.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=36.02%
G=32.30%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610410200.100.120.558.576.4242.75
Hex7468660AC37962b
Octal164150146012146711653
Binary1110100110100011001100101011001101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746866; }

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

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

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

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

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

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

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

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