#76615E

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

Shades of Pharlap #76615E

Tints of Pharlap #76615E

Color information

#76615E (or 0x76615E) is unknown color: approx Pharlap. HEX triplet: 76, 61 and 5E. RGB value is (118,97,94). Sum of RGB (Red+Green+Blue) = 118+97+94=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76615E is #899EA1. Grayscale: #666666. Windows color (decimal): -9019042 or 6185334. OLE color: 6185334.

HSL color Cylindrical-coordinate representation of color #76615E: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76615E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1189794-
CMYK00.180.200.54
HSL7.5º11.32%41.57%-
HSV(B)7.5º20.34%46.27%-
XYZ13.7713.2112.41-
YUV102.94122.96138.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=38.19%
G=31.39%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118979400.180.200.547.511.3241.57
Hex76615E01214368b2a
Octal1661411360222466101352
Binary1110110110000110111100100101010011011010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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