#79605D

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

Shades of Pharlap #79605D

Tints of Pharlap #79605D

Color information

#79605D (or 0x79605D) is unknown color: approx Pharlap. HEX triplet: 79, 60 and 5D. RGB value is (121,96,93). Sum of RGB (Red+Green+Blue) = 121+96+93=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #79605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79605D is #869FA2. Grayscale: #676767. Windows color (decimal): -8822691 or 6119545. OLE color: 6119545.

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

Color convert

RGB1219693-
CMYK00.210.230.53
HSL6.43º13.08%41.96%-
HSV(B)6.43º23.14%47.45%-
XYZ14.0413.2212.17-
YUV103.13122.28140.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.03%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 93 (36.72% from 255) = 30%
R=39.03%
G=30.97%
B=30%

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
Decimal121969300.210.230.536.4313.0841.96
Hex79605D01517356d2a
Octal171140135025276561552
Binary111100111000001011101010101101111101011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79605D; }

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

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

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

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

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

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

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

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