Html Css Color HEX #7C3E42 Tosca

📋 copy color: '#7C3E42'

red 124 ◦ green 62 ◦ blue 66

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

Shades of Tosca #7C3E42

Tints of Tosca #7C3E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

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

R = 49.21%
G = 24.6%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C3E42 (or 0x7C3E42) is known color: Tosca. HEX triplet: 7C, 3E and 42. RGB value is (124,62,66). Sum of RGB (Red+Green+Blue) = 124+62+66=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E42 is #83C1BD. Grayscale: #515151. Windows color (decimal): -8634814 or 4341372. OLE color: 4341372.

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

Color convert

RGB 124 62 66 -
CMYK 0 0.5 0.47 0.51
HSL 356.13º 0.33% 0.36% -
HSV(B) 356.13º 0.5% 0.49% -
XYZ 11.02 8.12 6.14 -
YUV 80.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 124 62 66 0 0.5 0.47 0.51 356.13 0.33 0.36
Hex 7C 3E 42 0 32 2F 33 164 21 24
Octal 174 76 102 0 62 57 63 544 41 44
Binary 1111100 111110 1000010 0 110010 101111 110011 101100100 100001 100100

Color Harmonies of #7C3E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3E42

Black with #7C3E42

Text Example


Text Example

White with #7C3E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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