#76625F

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

Shades of Pharlap #76625F

Tints of Pharlap #76625F

Color information

#76625F (or 0x76625F) is unknown color: approx Pharlap. HEX triplet: 76, 62 and 5F. RGB value is (118,98,95). Sum of RGB (Red+Green+Blue) = 118+98+95=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76625F is #899DA0. Grayscale: #676767. Windows color (decimal): -9018785 or 6251126. OLE color: 6251126.

HSL color Cylindrical-coordinate representation of color #76625F: hue angle of 7.83º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76625F is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1189895-
CMYK00.170.190.54
HSL7.83º10.8%41.76%-
HSV(B)7.83º19.49%46.27%-
XYZ13.913.4112.68-
YUV103.64123.13138.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=37.94%
G=31.51%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118989500.170.190.547.8310.841.76
Hex76625F01113368b2a
Octal1661421370212366101352
Binary1110110110001010111110100011001111011010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,98,95); }

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

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

 a { background-color: rgb(118,98,95); }

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

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

 span { border-color: rgb(118,98,95); }

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