#756361

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

Shades of Pharlap #756361

Tints of Pharlap #756361

Color information

#756361 (or 0x756361) is unknown color: approx Pharlap. HEX triplet: 75, 63 and 61. RGB value is (117,99,97). Sum of RGB (Red+Green+Blue) = 117+99+97=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #756361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756361 is #8A9C9E. Grayscale: #686868. Windows color (decimal): -9084063 or 6382453. OLE color: 6382453.

HSL color Cylindrical-coordinate representation of color #756361: hue angle of 6º 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 #756361 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1179997-
CMYK00.150.170.54
HSL9.35%41.96%-
HSV(B)17.09%45.88%-
XYZ13.9613.5713.19-
YUV104.15123.96137.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=37.38%
G=31.63%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117999700.150.170.5469.3541.96
Hex7563610F1136692a
Octal165143141017216661152
Binary11101011100011110000101111100011101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756361; }

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

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

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

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

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

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

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

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