#7D4148

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

Shades of Tosca #7D4148

Tints of Tosca #7D4148

Color information

#7D4148 (or 0x7D4148) is unknown color: approx Tosca. HEX triplet: 7D, 41 and 48. RGB value is (125,65,72). Sum of RGB (Red+Green+Blue) = 125+65+72=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4148 is #82BEB7. Grayscale: #535353. Windows color (decimal): -8568504 or 4735357. OLE color: 4735357.

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

Color convert

RGB1256572-
CMYK00.480.420.51
HSL353º31.58%37.25%-
HSV(B)353º48%49.02%-
XYZ11.528.617.19-
YUV83.74121.38157.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.71%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=47.71%
G=24.81%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125657200.480.420.5135331.5837.25
Hex7D41480302A331612025
Octal17510111006052635414045
Binary1111101100000110010000110000101010110011101100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,65,72); }

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

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

 a { background-color: rgb(125,65,72); }

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

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

 span { border-color: rgb(125,65,72); }

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