#756261

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

Shades of Pharlap #756261

Tints of Pharlap #756261

Color information

#756261 (or 0x756261) is unknown color: approx Pharlap. HEX triplet: 75, 62 and 61. RGB value is (117,98,97). Sum of RGB (Red+Green+Blue) = 117+98+97=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #756261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756261 is #8A9D9E. Grayscale: #676767. Windows color (decimal): -9084319 or 6382197. OLE color: 6382197.

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

Color convert

RGB1179897-
CMYK00.160.170.54
HSL9.35%41.96%-
HSV(B)17.09%45.88%-
XYZ13.8613.3813.16-
YUV103.57124.29137.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=37.5%
G=31.41%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117989700.160.170.5439.3541.96
Hex7562610101136392a
Octal165142141020216631152
Binary11101011100010110000101000010001110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756261; }

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

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

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

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

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

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

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

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