#7C3D43

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

Shades of Tosca #7C3D43

Tints of Tosca #7C3D43

Color information

#7C3D43 (or 0x7C3D43) is unknown color: approx Tosca. HEX triplet: 7C, 3D and 43. RGB value is (124,61,67). Sum of RGB (Red+Green+Blue) = 124+61+67=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3D43 is #83C2BC. Grayscale: #505050. Windows color (decimal): -8635069 or 4406652. OLE color: 4406652.

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

Color convert

RGB1246167-
CMYK00.510.460.51
HSL354.29º34.05%36.27%-
HSV(B)354.29º50.81%48.63%-
XYZ10.998.036.28-
YUV80.52120.37159.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=49.21%
G=24.21%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124616700.510.460.51354.2934.0536.27
Hex7C3D430332E331622224
Octal1747510306356635424244
Binary111110011110110000110110011101110110011101100010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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