Html Css Color HEX #7A4048 Tosca

📋 copy color: '#7A4048'

red 122 ◦ green 64 ◦ blue 72

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

Shades of Tosca #7A4048

Tints of Tosca #7A4048

RGB

 RED value IS 122 (48.05% from 255) = 47.29%

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 47.29%
G = 24.81%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#7A4048 (or 0x7A4048) is known color: Tosca. HEX triplet: 7A, 40 and 48. RGB value is (122,64,72). Sum of RGB (Red+Green+Blue) = 122+64+72=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4048 is #85BFB7. Grayscale: #525252. Windows color (decimal): -8765368 or 4735098. OLE color: 4735098.

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

Color convert

RGB 122 64 72 -
CMYK 0 0.48 0.41 0.52
HSL 351.72º 0.31% 0.36% -
HSV(B) 351.72º 0.48% 0.48% -
XYZ 11.03 8.27 7.15 -
YUV 82.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 122 64 72 0 0.48 0.41 0.52 351.72 0.31 0.36
Hex 7A 40 48 0 30 29 34 160 1F 24
Octal 172 100 110 0 60 51 64 540 37 44
Binary 1111010 1000000 1001000 0 110000 101001 110100 101100000 11111 100100

Color Harmonies of #7A4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4048

Black with #7A4048

Text Example


Text Example

White with #7A4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,64,72); }

 H1.HeaderClassName
 {
   color: #7A4048;
 }
 .AnyTagClassName
 {
   color: #7A4048;
 }
</style>

background-color css

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

 a { background-color: rgb(122,64,72); }

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

border-color css

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

 span { border-color: rgb(122,64,72); }

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