#795E5B

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

Shades of Pharlap #795E5B

Tints of Pharlap #795E5B

Color information

#795E5B (or 0x795E5B) is unknown color: approx Pharlap. HEX triplet: 79, 5E and 5B. RGB value is (121,94,91). Sum of RGB (Red+Green+Blue) = 121+94+91=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E5B is #86A1A4. Grayscale: #656565. Windows color (decimal): -8823205 or 5987961. OLE color: 5987961.

HSL color Cylindrical-coordinate representation of color #795E5B: hue angle of 6º 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 #795E5B is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1219491-
CMYK00.220.250.53
HSL14.15%41.57%-
HSV(B)24.79%47.45%-
XYZ13.7812.8311.65-
YUV101.73121.95141.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=39.54%
G=30.72%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121949100.220.250.53614.1541.57
Hex795E5B01619356e2a
Octal171136133026316561652
Binary111100110111101011011010110110011101011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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