Html Css Color HEX #7C4848 Lotus

📋 copy color: '#7C4848'

red 124 ◦ green 72 ◦ blue 72

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

Shades of Lotus #7C4848

Tints of Lotus #7C4848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 46.27%
G = 26.87%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7C4848 (or 0x7C4848) is known color: Lotus. HEX triplet: 7C, 48 and 48. RGB value is (124,72,72). Sum of RGB (Red+Green+Blue) = 124+72+72=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4848 is #83B7B7. Grayscale: #575757. Windows color (decimal): -8632248 or 4737148. OLE color: 4737148.

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

Color convert

RGB 124 72 72 -
CMYK 0 0.42 0.42 0.51
HSL 0.27% 0.38% -
HSV(B) 0.42% 0.49% -
XYZ 11.8 9.39 7.32 -
YUV 87.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 124 72 72 0 0.42 0.42 0.51 0 0.27 0.38
Hex 7C 48 48 0 2A 2A 33 0 1B 26
Octal 174 110 110 0 52 52 63 0 33 46
Binary 1111100 1001000 1001000 0 101010 101010 110011 0 11011 100110

Color Harmonies of #7C4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4848

Black with #7C4848

Text Example


Text Example

White with #7C4848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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