#736664

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

Shades of Pharlap #736664

Tints of Pharlap #736664

Color information

#736664 (or 0x736664) is unknown color: approx Pharlap. HEX triplet: 73, 66 and 64. RGB value is (115,102,100). Sum of RGB (Red+Green+Blue) = 115+102+100=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #736664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736664 is #8C999B. Grayscale: #696969. Windows color (decimal): -9214364 or 6579827. OLE color: 6579827.

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

Color convert

RGB115102100-
CMYK00.110.130.55
HSL6.98%42.16%-
HSV(B)13.04%45.1%-
XYZ14.1214.0714.03-
YUV105.66124.81134.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=36.28%
G=32.18%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510210000.110.130.5586.9842.16
Hex7366640BD37872a
Octal163146144013156710752
Binary1110011110011011001000101111011101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736664; }

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

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

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

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

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

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

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

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