#77605F

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

Shades of Pharlap #77605F

Tints of Pharlap #77605F

Color information

#77605F (or 0x77605F) is unknown color: approx Pharlap. HEX triplet: 77, 60 and 5F. RGB value is (119,96,95). Sum of RGB (Red+Green+Blue) = 119+96+95=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605F is #889FA0. Grayscale: #666666. Windows color (decimal): -8953761 or 6250615. OLE color: 6250615.

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

Color convert

RGB1199695-
CMYK00.190.200.53
HSL2.5º11.21%41.96%-
HSV(B)2.5º20.17%46.67%-
XYZ13.8613.1112.63-
YUV102.76123.62139.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=38.39%
G=30.97%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119969500.190.200.532.511.2141.96
Hex77605F01314353b2a
Octal167140137023246531352
Binary11101111100000101111101001110100110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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