#7F4C45

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

Shades of Mule Fawn #7F4C45

Tints of Mule Fawn #7F4C45

Color information

#7F4C45 (or 0x7F4C45) is unknown color: approx Mule Fawn. HEX triplet: 7F, 4C and 45. RGB value is (127,76,69). Sum of RGB (Red+Green+Blue) = 127+76+69=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4C45 is #80B3BA. Grayscale: #5A5A5A. Windows color (decimal): -8434619 or 4541567. OLE color: 4541567.

HSL color Cylindrical-coordinate representation of color #7F4C45: hue angle of 7.24º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4C45 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1277669-
CMYK00.400.460.50
HSL7.24º29.59%38.43%-
HSV(B)7.24º45.67%49.8%-
XYZ12.4110.116.93-
YUV90.45115.9154.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=46.69%
G=27.94%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127766900.400.460.507.2429.5938.43
Hex7F4C450282E3271e26
Octal177114105050566273646
Binary111111110011001000101010100010111011001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,76,69); }

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

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

 a { background-color: rgb(127,76,69); }

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

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

 span { border-color: rgb(127,76,69); }

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