#7B4142

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

Shades of Tosca #7B4142

Tints of Tosca #7B4142

Color information

#7B4142 (or 0x7B4142) is unknown color: approx Tosca. HEX triplet: 7B, 41 and 42. RGB value is (123,65,66). Sum of RGB (Red+Green+Blue) = 123+65+66=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4142 is #84BEBD. Grayscale: #525252. Windows color (decimal): -8699582 or 4342139. OLE color: 4342139.

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

Color convert

RGB1236566-
CMYK00.470.460.52
HSL358.97º30.85%36.86%-
HSV(B)358.97º47.15%48.24%-
XYZ11.048.386.19-
YUV82.46118.72156.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.43%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=48.43%
G=25.59%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123656600.470.460.52358.9730.8536.86
Hex7B414202F2E341671f25
Octal17310110205756645473745
Binary111101110000011000010010111110111011010010110011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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