#7B4248

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

Shades of Tosca #7B4248

Tints of Tosca #7B4248

Color information

#7B4248 (or 0x7B4248) is unknown color: approx Tosca. HEX triplet: 7B, 42 and 48. RGB value is (123,66,72). Sum of RGB (Red+Green+Blue) = 123+66+72=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4248 is #84BDB7. Grayscale: #535353. Windows color (decimal): -8699320 or 4735611. OLE color: 4735611.

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

Color convert

RGB1236672-
CMYK00.460.410.52
HSL353.68º30.16%37.06%-
HSV(B)353.68º46.34%48.24%-
XYZ11.298.587.19-
YUV83.73121.38156.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.13%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=47.13%
G=25.29%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123667200.460.410.52353.6830.1637.06
Hex7B424802E29341621e25
Octal17310211005651645423645
Binary111101110000101001000010111010100111010010110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,66,72); }

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

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

 a { background-color: rgb(123,66,72); }

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

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

 span { border-color: rgb(123,66,72); }

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