#77605D

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

Shades of Pharlap #77605D

Tints of Pharlap #77605D

Color information

#77605D (or 0x77605D) is unknown color: approx Pharlap. HEX triplet: 77, 60 and 5D. RGB value is (119,96,93). Sum of RGB (Red+Green+Blue) = 119+96+93=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605D is #889FA2. Grayscale: #666666. Windows color (decimal): -8953763 or 6119543. OLE color: 6119543.

HSL color Cylindrical-coordinate representation of color #77605D: hue angle of 6.92º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77605D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1199693-
CMYK00.190.220.53
HSL6.92º12.26%41.57%-
HSV(B)6.92º21.85%46.67%-
XYZ13.7713.0812.15-
YUV102.54122.62139.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=38.64%
G=31.17%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119969300.190.220.536.9212.2641.57
Hex77605D01316357c2a
Octal167140135023266571452
Binary111011111000001011101010011101101101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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