#7F605B

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

Shades of Pharlap #7F605B

Tints of Pharlap #7F605B

Color information

#7F605B (or 0x7F605B) is unknown color: approx Pharlap. HEX triplet: 7F, 60 and 5B. RGB value is (127,96,91). Sum of RGB (Red+Green+Blue) = 127+96+91=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 127 - color contains mainly: red. Hex color #7F605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F605B is #809FA4. Grayscale: #686868. Windows color (decimal): -8429477 or 5988479. OLE color: 5988479.

HSL color Cylindrical-coordinate representation of color #7F605B: hue angle of 8.33º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F605B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1279691-
CMYK00.240.280.50
HSL8.33º16.51%42.75%-
HSV(B)8.33º28.35%49.8%-
XYZ14.8213.6311.75-
YUV104.7120.27143.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=40.45%
G=30.57%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127969100.240.280.508.3316.5142.75
Hex7F605B0181C328112b
Octal1771401330303462102153
Binary11111111100000101101101100011100110010100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F605B; }

 p { color: rgb(127,96,91); }

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

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

 a { background-color: rgb(127,96,91); }

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

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

 span { border-color: rgb(127,96,91); }

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