#766361

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

Shades of Pharlap #766361

Tints of Pharlap #766361

Color information

#766361 (or 0x766361) is unknown color: approx Pharlap. HEX triplet: 76, 63 and 61. RGB value is (118,99,97). Sum of RGB (Red+Green+Blue) = 118+99+97=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766361 is #899C9E. Grayscale: #686868. Windows color (decimal): -9018527 or 6382454. OLE color: 6382454.

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

Color convert

RGB1189997-
CMYK00.160.180.54
HSL5.71º9.77%42.16%-
HSV(B)5.71º17.8%46.27%-
XYZ14.0913.6413.2-
YUV104.45123.79137.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=37.58%
G=31.53%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118999700.160.180.545.719.7742.16
Hex76636101012366a2a
Octal166143141020226661252
Binary111011011000111100001010000100101101101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766361; }

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

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

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

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

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

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

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

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