#7F605E

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

Shades of Pharlap #7F605E

Tints of Pharlap #7F605E

Color information

#7F605E (or 0x7F605E) is unknown color: approx Pharlap. HEX triplet: 7F, 60 and 5E. RGB value is (127,96,94). Sum of RGB (Red+Green+Blue) = 127+96+94=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F605E is #809FA1. Grayscale: #696969. Windows color (decimal): -8429474 or 6185087. OLE color: 6185087.

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

Color convert

RGB1279694-
CMYK00.240.260.50
HSL3.64º14.93%43.33%-
HSV(B)3.64º25.98%49.8%-
XYZ14.9613.6912.44-
YUV105.04121.77143.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=40.06%
G=30.28%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127969400.240.260.503.6414.9343.33
Hex7F605E0181A324f2b
Octal177140136030326241753
Binary111111111000001011110011000110101100101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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