#79454B

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

Shades of Tosca #79454B

Tints of Tosca #79454B

Color information

#79454B (or 0x79454B) is unknown color: approx Tosca. HEX triplet: 79, 45 and 4B. RGB value is (121,69,75). Sum of RGB (Red+Green+Blue) = 121+69+75=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79454B is #86BAB4. Grayscale: #555555. Windows color (decimal): -8829621 or 4932985. OLE color: 4932985.

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

Color convert

RGB1216975-
CMYK00.430.380.53
HSL353.08º27.37%37.25%-
HSV(B)353.08º42.98%47.45%-
XYZ11.288.837.77-
YUV85.23122.23153.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=45.66%
G=26.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121697500.430.380.53353.0827.3737.25
Hex79454B02B26351611b25
Octal17110511305346655413345
Binary111100110001011001011010101110011011010110110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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