#795F5D

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

Shades of Pharlap #795F5D

Tints of Pharlap #795F5D

Color information

#795F5D (or 0x795F5D) is unknown color: approx Pharlap. HEX triplet: 79, 5F and 5D. RGB value is (121,95,93). Sum of RGB (Red+Green+Blue) = 121+95+93=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #795F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F5D is #86A0A2. Grayscale: #666666. Windows color (decimal): -8822947 or 6119289. OLE color: 6119289.

HSL color Cylindrical-coordinate representation of color #795F5D: hue angle of 4.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795F5D is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1219593-
CMYK00.210.230.53
HSL4.29º13.08%41.96%-
HSV(B)4.29º23.14%47.45%-
XYZ13.9513.0412.14-
YUV102.55122.61141.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=39.16%
G=30.74%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121959300.210.230.534.2913.0841.96
Hex795F5D01517354d2a
Octal171137135025276541552
Binary111100110111111011101010101101111101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795F5D; }

 p { color: rgb(121,95,93); }

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

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

 a { background-color: rgb(121,95,93); }

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

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

 span { border-color: rgb(121,95,93); }

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