#77615E

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

Shades of Pharlap #77615E

Tints of Pharlap #77615E

Color information

#77615E (or 0x77615E) is unknown color: approx Pharlap. HEX triplet: 77, 61 and 5E. RGB value is (119,97,94). Sum of RGB (Red+Green+Blue) = 119+97+94=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77615E is #889EA1. Grayscale: #676767. Windows color (decimal): -8953506 or 6185335. OLE color: 6185335.

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

Color convert

RGB1199794-
CMYK00.180.210.53
HSL7.2º11.74%41.76%-
HSV(B)7.2º21.01%46.67%-
XYZ13.913.2812.42-
YUV103.24122.79139.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=38.39%
G=31.29%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119979400.180.210.537.211.7441.76
Hex77615E01215357c2a
Octal167141136022256571452
Binary111011111000011011110010010101011101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77615E; }

 p { color: rgb(119,97,94); }

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

<style>
 a { background-color: #77615E; }

 a { background-color: rgb(119,97,94); }

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

<style>
 span { border-color: #77615E; }

 span { border-color: rgb(119,97,94); }

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