Html Css Color HEX #79474A Tosca

📋 copy color: '#79474A'

red 121 ◦ green 71 ◦ blue 74

#79474A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #79474A

Tints of Tosca #79474A

RGB

 RED value IS 121 (47.66% from 255) = 45.49%

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 45.49%
G = 26.69%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79474A (or 0x79474A) is known color: Tosca. HEX triplet: 79, 47 and 4A. RGB value is (121,71,74). Sum of RGB (Red+Green+Blue) = 121+71+74=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79474A is #86B8B5. Grayscale: #565656. Windows color (decimal): -8829110 or 4867961. OLE color: 4867961.

HSL color Cylindrical-coordinate representation of color #79474A: hue angle of 356.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79474A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 71 74 -
CMYK 0 0.41 0.39 0.53
HSL 356.4º 0.26% 0.38% -
HSV(B) 356.4º 0.41% 0.47% -
XYZ 11.37 9.07 7.63 -
YUV 86.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 121 71 74 0 0.41 0.39 0.53 356.4 0.26 0.38
Hex 79 47 4A 0 29 27 35 164 1A 26
Octal 171 107 112 0 51 47 65 544 32 46
Binary 1111001 1000111 1001010 0 101001 100111 110101 101100100 11010 100110

Color Harmonies of #79474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79474A

Black with #79474A

Text Example


Text Example

White with #79474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79474A; }

 p { color: rgb(121,71,74); }

 H1.HeaderClassName
 {
   color: #79474A;
 }
 .AnyTagClassName
 {
   color: #79474A;
 }
</style>

background-color css

<style>
 a { background-color: #79474A; }

 a { background-color: rgb(121,71,74); }

 div.DivClassName
 {
   background-color: #79474A;
 }
 .BgClassName
 {
   background-color: #79474A;
 }
</style>

border-color css

<style>
 span { border-color: #79474A; }

 span { border-color: rgb(121,71,74); }

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