#766461

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

Shades of Pharlap #766461

Tints of Pharlap #766461

Color information

#766461 (or 0x766461) is unknown color: approx Pharlap. HEX triplet: 76, 64 and 61. RGB value is (118,100,97). Sum of RGB (Red+Green+Blue) = 118+100+97=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766461 is #899B9E. Grayscale: #696969. Windows color (decimal): -9018271 or 6382710. OLE color: 6382710.

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

Color convert

RGB11810097-
CMYK00.150.180.54
HSL8.57º9.77%42.16%-
HSV(B)8.57º17.8%46.27%-
XYZ14.1913.8313.23-
YUV105.04123.46137.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=37.46%
G=31.75%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181009700.150.180.548.579.7742.16
Hex7664610F12369a2a
Octal1661441410172266111252
Binary111011011001001100001011111001011011010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766461; }

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

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

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

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

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

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

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

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