#795E5D

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

Shades of Pharlap #795E5D

Tints of Pharlap #795E5D

Color information

#795E5D (or 0x795E5D) is unknown color: approx Pharlap. HEX triplet: 79, 5E and 5D. RGB value is (121,94,93). Sum of RGB (Red+Green+Blue) = 121+94+93=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E5D is #86A1A2. Grayscale: #656565. Windows color (decimal): -8823203 or 6119033. OLE color: 6119033.

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

Color convert

RGB1219493-
CMYK00.220.230.53
HSL2.14º13.08%41.96%-
HSV(B)2.14º23.14%47.45%-
XYZ13.8612.8612.11-
YUV101.96122.95141.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=39.29%
G=30.52%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121949300.220.230.532.1413.0841.96
Hex795E5D01617352d2a
Octal171136135026276521552
Binary11110011011110101110101011010111110101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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