#766261

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

Shades of Pharlap #766261

Tints of Pharlap #766261

Color information

#766261 (or 0x766261) is unknown color: approx Pharlap. HEX triplet: 76, 62 and 61. RGB value is (118,98,97). Sum of RGB (Red+Green+Blue) = 118+98+97=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766261 is #899D9E. Grayscale: #676767. Windows color (decimal): -9018783 or 6382198. OLE color: 6382198.

HSL color Cylindrical-coordinate representation of color #766261: hue angle of 2.86º 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 #766261 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1189897-
CMYK00.170.180.54
HSL2.86º9.77%42.16%-
HSV(B)2.86º17.8%46.27%-
XYZ1413.4513.17-
YUV103.87124.13138.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=37.70%
G=31.31%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118989700.170.180.542.869.7742.16
Hex76626101112363a2a
Octal166142141021226631252
Binary11101101100010110000101000110010110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766261; }

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

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

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

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

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

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

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

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