#767170

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

Shades of Pharlap #767170

Tints of Pharlap #767170

Color information

#767170 (or 0x767170) is unknown color: approx Pharlap. HEX triplet: 76, 71 and 70. RGB value is (118,113,112). Sum of RGB (Red+Green+Blue) = 118+113+112=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #767170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767170 is #898E8F. Grayscale: #727272. Windows color (decimal): -9014928 or 7369078. OLE color: 7369078.

HSL color Cylindrical-coordinate representation of color #767170: hue angle of 10º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767170 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB118113112-
CMYK00.040.050.54
HSL10º2.61%45.1%-
HSV(B)10º5.08%46.27%-
XYZ16.316.8317.72-
YUV114.38126.66130.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=34.40%
G=32.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811311200.040.050.54102.6145.1
Hex76717004536a32d
Octal1661611600456612355
Binary1110110111000111100000100101110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767170; }

 p { color: rgb(118,113,112); }

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

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

 a { background-color: rgb(118,113,112); }

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

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

 span { border-color: rgb(118,113,112); }

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