#736563

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

Shades of Pharlap #736563

Tints of Pharlap #736563

Color information

#736563 (or 0x736563) is unknown color: approx Pharlap. HEX triplet: 73, 65 and 63. RGB value is (115,101,99). Sum of RGB (Red+Green+Blue) = 115+101+99=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736563 is #8C9A9C. Grayscale: #686868. Windows color (decimal): -9214621 or 6514035. OLE color: 6514035.

HSL color Cylindrical-coordinate representation of color #736563: 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 #736563 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11510199-
CMYK00.120.140.55
HSL7.5º7.48%41.96%-
HSV(B)7.5º13.91%45.1%-
XYZ13.9813.8513.74-
YUV104.96124.64135.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=36.51%
G=32.06%
B=31.43%

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
Decimal1151019900.120.140.557.57.4841.96
Hex7365630CE37872a
Octal163145143014166710752
Binary1110011110010111000110110011101101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736563; }

 p { color: rgb(115,101,99); }

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

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

 a { background-color: rgb(115,101,99); }

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

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

 span { border-color: rgb(115,101,99); }

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