#766562

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

Shades of Pharlap #766562

Tints of Pharlap #766562

Color information

#766562 (or 0x766562) is unknown color: approx Pharlap. HEX triplet: 76, 65 and 62. RGB value is (118,101,98). Sum of RGB (Red+Green+Blue) = 118+101+98=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766562 is #899A9D. Grayscale: #696969. Windows color (decimal): -9018014 or 6448502. OLE color: 6448502.

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

Color convert

RGB11810198-
CMYK00.140.170.54
HSL9.26%42.35%-
HSV(B)16.95%46.27%-
XYZ14.3314.0413.51-
YUV105.74123.63136.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=37.22%
G=31.86%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181019800.140.170.5499.2642.35
Hex7665620E1136992a
Octal1661451420162166111152
Binary111011011001011100010011101000111011010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766562; }

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

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

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

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

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

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

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

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