#7B3D3F

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

Shades of Tosca #7B3D3F

Tints of Tosca #7B3D3F

Color information

#7B3D3F (or 0x7B3D3F) is unknown color: approx Tosca. HEX triplet: 7B, 3D and 3F. RGB value is (123,61,63). Sum of RGB (Red+Green+Blue) = 123+61+63=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3D3F is #84C2C0. Grayscale: #4F4F4F. Windows color (decimal): -8700609 or 4144507. OLE color: 4144507.

HSL color Cylindrical-coordinate representation of color #7B3D3F: hue angle of 358.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3D3F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1236163-
CMYK00.500.490.52
HSL358.06º33.7%36.08%-
HSV(B)358.06º50.41%48.24%-
XYZ10.737.915.66-
YUV79.77118.54158.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 63 (25% from 255) = 25.51%
R=49.80%
G=24.70%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123616300.500.490.52358.0633.736.08
Hex7B3D3F03231341662224
Octal173757706261645464244
Binary11110111111011111110110010110001110100101100110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,61,63); }

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

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

 a { background-color: rgb(123,61,63); }

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

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

 span { border-color: rgb(123,61,63); }

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