Html Css Color HEX #7C3C42 Tosca

📋 copy color: '#7C3C42'

red 124 ◦ green 60 ◦ blue 66

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

Shades of Tosca #7C3C42

Tints of Tosca #7C3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 49.6%
G = 24%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C3C42 (or 0x7C3C42) is known color: Tosca. HEX triplet: 7C, 3C and 42. RGB value is (124,60,66). Sum of RGB (Red+Green+Blue) = 124+60+66=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C42 is #83C3BD. Grayscale: #4F4F4F. Windows color (decimal): -8635326 or 4340860. OLE color: 4340860.

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

Color convert

RGB 124 60 66 -
CMYK 0 0.52 0.47 0.51
HSL 354.38º 0.35% 0.36% -
HSV(B) 354.38º 0.52% 0.49% -
XYZ 10.91 7.91 6.11 -
YUV 79.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 124 60 66 0 0.52 0.47 0.51 354.38 0.35 0.36
Hex 7C 3C 42 0 34 2F 33 162 23 24
Octal 174 74 102 0 64 57 63 542 43 44
Binary 1111100 111100 1000010 0 110100 101111 110011 101100010 100011 100100

Color Harmonies of #7C3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3C42

Black with #7C3C42

Text Example


Text Example

White with #7C3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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