#746462

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

Shades of Pharlap #746462

Tints of Pharlap #746462

Color information

#746462 (or 0x746462) is unknown color: approx Pharlap. HEX triplet: 74, 64 and 62. RGB value is (116,100,98). Sum of RGB (Red+Green+Blue) = 116+100+98=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746462 is #8B9B9D. Grayscale: #686868. Windows color (decimal): -9149342 or 6448244. OLE color: 6448244.

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

Color convert

RGB11610098-
CMYK00.140.160.55
HSL6.67º8.41%41.96%-
HSV(B)6.67º15.52%45.49%-
XYZ13.9613.7113.47-
YUV104.56124.3136.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=36.94%
G=31.85%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161009800.140.160.556.678.4141.96
Hex7464620E1037782a
Octal164144142016206771052
Binary11101001100100110001001110100001101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746462; }

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

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

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

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

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

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

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

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