Html Css Color HEX #7C4147 Tosca

📋 copy color: '#7C4147'

red 124 ◦ green 65 ◦ blue 71

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

Shades of Tosca #7C4147

Tints of Tosca #7C4147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 47.69%
G = 25%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7C4147 (or 0x7C4147) is known color: Tosca. HEX triplet: 7C, 41 and 47. RGB value is (124,65,71). Sum of RGB (Red+Green+Blue) = 124+65+71=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4147 is #83BEB8. Grayscale: #535353. Windows color (decimal): -8634041 or 4669820. OLE color: 4669820.

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

Color convert

RGB 124 65 71 -
CMYK 0 0.48 0.43 0.51
HSL 353.9º 0.31% 0.37% -
HSV(B) 353.9º 0.48% 0.49% -
XYZ 11.34 8.52 7.01 -
YUV 83.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 124 65 71 0 0.48 0.43 0.51 353.9 0.31 0.37
Hex 7C 41 47 0 30 2B 33 162 1F 25
Octal 174 101 107 0 60 53 63 542 37 45
Binary 1111100 1000001 1000111 0 110000 101011 110011 101100010 11111 100101

Color Harmonies of #7C4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4147

Black with #7C4147

Text Example


Text Example

White with #7C4147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,71); }

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

background-color css

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

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

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

border-color css

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

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

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