#746362

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

Shades of Pharlap #746362

Tints of Pharlap #746362

Color information

#746362 (or 0x746362) is unknown color: approx Pharlap. HEX triplet: 74, 63 and 62. RGB value is (116,99,98). Sum of RGB (Red+Green+Blue) = 116+99+98=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746362 is #8B9C9D. Grayscale: #676767. Windows color (decimal): -9149598 or 6447988. OLE color: 6447988.

HSL color Cylindrical-coordinate representation of color #746362: hue angle of 3.33º degrees, saturation: 0.08, 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 #746362 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1169998-
CMYK00.150.160.55
HSL3.33º8.41%41.96%-
HSV(B)3.33º15.52%45.49%-
XYZ13.8713.5213.43-
YUV103.97124.63136.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=37.06%
G=31.63%
B=31.31%

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
Decimal116999800.150.160.553.338.4141.96
Hex7463620F1037382a
Octal164143142017206731052
Binary1110100110001111000100111110000110111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746362; }

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

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

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

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

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

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

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

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