Html Css Color HEX #7C3D44 Tosca

📋 copy color: '#7C3D44'

red 124 ◦ green 61 ◦ blue 68

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

Shades of Tosca #7C3D44

Tints of Tosca #7C3D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 68 (26.95% from 255) = 26.88%

R = 49.01%
G = 24.11%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C3D44 (or 0x7C3D44) is known color: Tosca. HEX triplet: 7C, 3D and 44. RGB value is (124,61,68). Sum of RGB (Red+Green+Blue) = 124+61+68=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3D44 is #83C2BB. Grayscale: #505050. Windows color (decimal): -8635068 or 4472188. OLE color: 4472188.

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

Color convert

RGB 124 61 68 -
CMYK 0 0.51 0.45 0.51
HSL 353.33º 0.34% 0.36% -
HSV(B) 353.33º 0.51% 0.49% -
XYZ 11.02 8.04 6.44 -
YUV 80.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 124 61 68 0 0.51 0.45 0.51 353.33 0.34 0.36
Hex 7C 3D 44 0 33 2D 33 161 22 24
Octal 174 75 104 0 63 55 63 541 42 44
Binary 1111100 111101 1000100 0 110011 101101 110011 101100001 100010 100100

Color Harmonies of #7C3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3D44

Black with #7C3D44

Text Example


Text Example

White with #7C3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,61,68); }

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

background-color css

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

 a { background-color: rgb(124,61,68); }

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

border-color css

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

 span { border-color: rgb(124,61,68); }

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