Html Css Color HEX #7F4C49 Lotus

📋 copy color: '#7F4C49'

red 127 ◦ green 76 ◦ blue 73

#7F4C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #7F4C49

Tints of Lotus #7F4C49

RGB

 RED value IS 127 (50% from 255) = 46.01%

 GREEN value IS 76 (30.08% from 255) = 27.54%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 46.01%
G = 27.54%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#7F4C49 (or 0x7F4C49) is known color: Lotus. HEX triplet: 7F, 4C and 49. RGB value is (127,76,73). Sum of RGB (Red+Green+Blue) = 127+76+73=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4C49 is #80B3B6. Grayscale: #5A5A5A. Windows color (decimal): -8434615 or 4803711. OLE color: 4803711.

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

Color convert

RGB 127 76 73 -
CMYK 0 0.40 0.43 0.50
HSL 3.33º 0.27% 0.39% -
HSV(B) 3.33º 0.43% 0.5% -
XYZ 12.54 10.16 7.6 -
YUV 90.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 127 76 73 0 0.40 0.43 0.50 3.33 0.27 0.39
Hex 7F 4C 49 0 28 2B 32 3 1B 27
Octal 177 114 111 0 50 53 62 3 33 47
Binary 1111111 1001100 1001001 0 101000 101011 110010 11 11011 100111

Color Harmonies of #7F4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4C49

Black with #7F4C49

Text Example


Text Example

White with #7F4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F4C49;
 }
 .AnyTagClassName
 {
   color: #7F4C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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