#79444B

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

Shades of Tosca #79444B

Tints of Tosca #79444B

Color information

#79444B (or 0x79444B) is unknown color: approx Tosca. HEX triplet: 79, 44 and 4B. RGB value is (121,68,75). Sum of RGB (Red+Green+Blue) = 121+68+75=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79444B is #86BBB4. Grayscale: #545454. Windows color (decimal): -8829877 or 4932729. OLE color: 4932729.

HSL color Cylindrical-coordinate representation of color #79444B: hue angle of 352.08º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79444B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1216875-
CMYK00.440.380.53
HSL352.08º28.04%37.06%-
HSV(B)352.08º43.8%47.45%-
XYZ11.228.717.75-
YUV84.64122.56153.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=45.83%
G=25.76%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121687500.440.380.53352.0828.0437.06
Hex79444B02C26351601c25
Octal17110411305446655403445
Binary111100110001001001011010110010011011010110110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79444B; }

 p { color: rgb(121,68,75); }

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

<style>
 a { background-color: #79444B; }

 a { background-color: rgb(121,68,75); }

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

<style>
 span { border-color: #79444B; }

 span { border-color: rgb(121,68,75); }

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