#756563

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

Shades of Pharlap #756563

Tints of Pharlap #756563

Color information

#756563 (or 0x756563) is unknown color: approx Pharlap. HEX triplet: 75, 65 and 63. RGB value is (117,101,99). Sum of RGB (Red+Green+Blue) = 117+101+99=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756563 is #8A9A9C. Grayscale: #696969. Windows color (decimal): -9083549 or 6514037. OLE color: 6514037.

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

Color convert

RGB11710199-
CMYK00.140.150.54
HSL6.67º8.33%42.35%-
HSV(B)6.67º15.38%45.88%-
XYZ14.2413.9913.75-
YUV105.56124.3136.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=36.91%
G=31.86%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171019900.140.150.546.678.3342.35
Hex7565630EF36782a
Octal165145143016176671052
Binary1110101110010111000110111011111101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756563; }

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

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

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

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

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

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

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

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