#766362

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

Shades of Pharlap #766362

Tints of Pharlap #766362

Color information

#766362 (or 0x766362) is unknown color: approx Pharlap. HEX triplet: 76, 63 and 62. RGB value is (118,99,98). Sum of RGB (Red+Green+Blue) = 118+99+98=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766362 is #899C9D. Grayscale: #686868. Windows color (decimal): -9018526 or 6447990. OLE color: 6447990.

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

Color convert

RGB1189998-
CMYK00.160.170.54
HSL9.26%42.35%-
HSV(B)16.95%46.27%-
XYZ14.1413.6613.45-
YUV104.57124.29137.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=37.46%
G=31.43%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118999800.160.170.5439.2642.35
Hex7663620101136392a
Octal166143142020216631152
Binary11101101100011110001001000010001110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766362; }

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

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

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

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

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

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

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

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