#7C3B43

Color #7C3B43 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #7C3B43

Tints of Tosca #7C3B43

Color information

#7C3B43 (or 0x7C3B43) is unknown color: approx Tosca. HEX triplet: 7C, 3B and 43. RGB value is (124,59,67). Sum of RGB (Red+Green+Blue) = 124+59+67=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B43 is #83C4BC. Grayscale: #4F4F4F. Windows color (decimal): -8635581 or 4406140. OLE color: 4406140.

HSL color Cylindrical-coordinate representation of color #7C3B43: hue angle of 352.62º degrees, saturation: 0.36, 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 #7C3B43 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB1245967-
CMYK00.520.460.51
HSL352.62º35.52%35.88%-
HSV(B)352.62º52.42%48.63%-
XYZ10.897.826.25-
YUV79.35121.03159.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=49.6%
G=23.6%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124596700.520.460.51352.6235.5235.88
Hex7C3B430342E331612424
Octal1747310306456635414444
Binary111110011101110000110110100101110110011101100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C3B43;
 }
 .AnyTagClassName
 {
   color: #7C3B43;
 }
</style>
background-color css

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

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

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

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

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

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