#76605E

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

Shades of Pharlap #76605E

Tints of Pharlap #76605E

Color information

#76605E (or 0x76605E) is unknown color: approx Pharlap. HEX triplet: 76, 60 and 5E. RGB value is (118,96,94). Sum of RGB (Red+Green+Blue) = 118+96+94=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76605E is #899FA1. Grayscale: #666666. Windows color (decimal): -9019298 or 6185078. OLE color: 6185078.

HSL color Cylindrical-coordinate representation of color #76605E: hue angle of 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 #76605E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1189694-
CMYK00.190.200.54
HSL11.32%41.57%-
HSV(B)20.34%46.27%-
XYZ13.6713.0312.38-
YUV102.35123.29139.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=38.31%
G=31.17%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118969400.190.200.54511.3241.57
Hex76605E01314365b2a
Octal166140136023246651352
Binary111011011000001011110010011101001101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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