#795D5B

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

Shades of Pharlap #795D5B

Tints of Pharlap #795D5B

Color information

#795D5B (or 0x795D5B) is unknown color: approx Pharlap. HEX triplet: 79, 5D and 5B. RGB value is (121,93,91). Sum of RGB (Red+Green+Blue) = 121+93+91=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #795D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D5B is #86A2A4. Grayscale: #656565. Windows color (decimal): -8823461 or 5987705. OLE color: 5987705.

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

Color convert

RGB1219391-
CMYK00.230.250.53
HSL14.15%41.57%-
HSV(B)24.79%47.45%-
XYZ13.6912.6511.62-
YUV101.14122.28142.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=39.67%
G=30.49%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121939100.230.250.53414.1541.57
Hex795D5B01719354e2a
Octal171135133027316541652
Binary111100110111011011011010111110011101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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