#756462

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

Shades of Pharlap #756462

Tints of Pharlap #756462

Color information

#756462 (or 0x756462) is unknown color: approx Pharlap. HEX triplet: 75, 64 and 62. RGB value is (117,100,98). Sum of RGB (Red+Green+Blue) = 117+100+98=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756462 is #8A9B9D. Grayscale: #686868. Windows color (decimal): -9083806 or 6448245. OLE color: 6448245.

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

Color convert

RGB11710098-
CMYK00.150.160.54
HSL6.32º8.84%42.16%-
HSV(B)6.32º16.24%45.88%-
XYZ14.113.7813.47-
YUV104.85124.13136.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=37.14%
G=31.75%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171009800.150.160.546.328.8442.16
Hex7564620F1036692a
Octal165144142017206661152
Binary11101011100100110001001111100001101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756462; }

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

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

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

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

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

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

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

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