#746361

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

Shades of Pharlap #746361

Tints of Pharlap #746361

Color information

#746361 (or 0x746361) is unknown color: approx Pharlap. HEX triplet: 74, 63 and 61. RGB value is (116,99,97). Sum of RGB (Red+Green+Blue) = 116+99+97=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #746361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746361 is #8B9C9E. Grayscale: #676767. Windows color (decimal): -9149599 or 6382452. OLE color: 6382452.

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

Color convert

RGB1169997-
CMYK00.150.160.55
HSL6.32º8.92%41.76%-
HSV(B)6.32º16.38%45.49%-
XYZ13.8213.513.19-
YUV103.85124.13136.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=37.18%
G=31.73%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116999700.150.160.556.328.9241.76
Hex7463610F1037692a
Octal164143141017206761152
Binary11101001100011110000101111100001101111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746361; }

 p { color: rgb(116,99,97); }

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

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

 a { background-color: rgb(116,99,97); }

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

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

 span { border-color: rgb(116,99,97); }

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