Html Css Color HEX #7C4249 Tosca

📋 copy color: '#7C4249'

red 124 ◦ green 66 ◦ blue 73

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

Shades of Tosca #7C4249

Tints of Tosca #7C4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 47.15%
G = 25.1%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C4249 (or 0x7C4249) is known color: Tosca. HEX triplet: 7C, 42 and 49. RGB value is (124,66,73). Sum of RGB (Red+Green+Blue) = 124+66+73=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4249 is #83BDB6. Grayscale: #545454. Windows color (decimal): -8633783 or 4801148. OLE color: 4801148.

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

Color convert

RGB 124 66 73 -
CMYK 0 0.47 0.41 0.51
HSL 352.76º 0.31% 0.37% -
HSV(B) 352.76º 0.47% 0.49% -
XYZ 11.46 8.66 7.37 -
YUV 84.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 124 66 73 0 0.47 0.41 0.51 352.76 0.31 0.37
Hex 7C 42 49 0 2F 29 33 161 1F 25
Octal 174 102 111 0 57 51 63 541 37 45
Binary 1111100 1000010 1001001 0 101111 101001 110011 101100001 11111 100101

Color Harmonies of #7C4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4249

Black with #7C4249

Text Example


Text Example

White with #7C4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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