Html Css Color HEX #7C3F46 Tosca

📋 copy color: '#7C3F46'

red 124 ◦ green 63 ◦ blue 70

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

Shades of Tosca #7C3F46

Tints of Tosca #7C3F46

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 48.25%
G = 24.51%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C3F46 (or 0x7C3F46) is known color: Tosca. HEX triplet: 7C, 3F and 46. RGB value is (124,63,70). Sum of RGB (Red+Green+Blue) = 124+63+70=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3F46 is #83C0B9. Grayscale: #525252. Windows color (decimal): -8634554 or 4603772. OLE color: 4603772.

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

Color convert

RGB 124 63 70 -
CMYK 0 0.49 0.44 0.51
HSL 353.11º 0.33% 0.37% -
HSV(B) 353.11º 0.49% 0.49% -
XYZ 11.2 8.28 6.8 -
YUV 82.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 124 63 70 0 0.49 0.44 0.51 353.11 0.33 0.37
Hex 7C 3F 46 0 31 2C 33 161 21 25
Octal 174 77 106 0 61 54 63 541 41 45
Binary 1111100 111111 1000110 0 110001 101100 110011 101100001 100001 100101

Color Harmonies of #7C3F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F46

Black with #7C3F46

Text Example


Text Example

White with #7C3F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,70); }

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

background-color css

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

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

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

border-color css

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

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

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