Html Css Color HEX #7C4C49 Lotus

📋 copy color: '#7C4C49'

red 124 ◦ green 76 ◦ blue 73

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

Shades of Lotus #7C4C49

Tints of Lotus #7C4C49

RGB

 RED value IS 124 (48.83% from 255) = 45.42%

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

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

R = 45.42%
G = 27.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C4C49 (or 0x7C4C49) is known color: Lotus. HEX triplet: 7C, 4C and 49. RGB value is (124,76,73). Sum of RGB (Red+Green+Blue) = 124+76+73=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4C49 is #83B3B6. Grayscale: #5A5A5A. Windows color (decimal): -8631223 or 4803708. OLE color: 4803708.

HSL color Cylindrical-coordinate representation of color #7C4C49: hue angle of 3.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C4C49 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 76 73 -
CMYK 0 0.39 0.41 0.51
HSL 3.53º 0.26% 0.39% -
HSV(B) 3.53º 0.41% 0.49% -
XYZ 12.1 9.94 7.58 -
YUV 90.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 124 76 73 0 0.39 0.41 0.51 3.53 0.26 0.39
Hex 7C 4C 49 0 27 29 33 4 1A 27
Octal 174 114 111 0 47 51 63 4 32 47
Binary 1111100 1001100 1001001 0 100111 101001 110011 100 11010 100111

Color Harmonies of #7C4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4C49

Black with #7C4C49

Text Example


Text Example

White with #7C4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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