Html Css Color HEX #7C4348 Tosca

📋 copy color: '#7C4348'

red 124 ◦ green 67 ◦ blue 72

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

Shades of Tosca #7C4348

Tints of Tosca #7C4348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 47.15%
G = 25.48%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7C4348 (or 0x7C4348) is known color: Tosca. HEX triplet: 7C, 43 and 48. RGB value is (124,67,72). Sum of RGB (Red+Green+Blue) = 124+67+72=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4348 is #83BCB7. Grayscale: #545454. Windows color (decimal): -8633528 or 4735868. OLE color: 4735868.

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

Color convert

RGB 124 67 72 -
CMYK 0 0.46 0.42 0.51
HSL 354.74º 0.3% 0.37% -
HSV(B) 354.74º 0.46% 0.49% -
XYZ 11.49 8.77 7.22 -
YUV 84.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 124 67 72 0 0.46 0.42 0.51 354.74 0.3 0.37
Hex 7C 43 48 0 2E 2A 33 163 1E 25
Octal 174 103 110 0 56 52 63 543 36 45
Binary 1111100 1000011 1001000 0 101110 101010 110011 101100011 11110 100101

Color Harmonies of #7C4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4348

Black with #7C4348

Text Example


Text Example

White with #7C4348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,67,72); }

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

background-color css

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

 a { background-color: rgb(124,67,72); }

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

border-color css

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

 span { border-color: rgb(124,67,72); }

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