Html Css Color HEX #7A4144 Tosca

📋 copy color: '#7A4144'

red 122 ◦ green 65 ◦ blue 68

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

Shades of Tosca #7A4144

Tints of Tosca #7A4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 47.84%
G = 25.49%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A4144 (or 0x7A4144) is known color: Tosca. HEX triplet: 7A, 41 and 44. RGB value is (122,65,68). Sum of RGB (Red+Green+Blue) = 122+65+68=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4144 is #85BEBB. Grayscale: #525252. Windows color (decimal): -8765116 or 4473210. OLE color: 4473210.

HSL color Cylindrical-coordinate representation of color #7A4144: hue angle of 356.84º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A4144 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 65 68 -
CMYK 0 0.47 0.44 0.52
HSL 356.84º 0.3% 0.37% -
HSV(B) 356.84º 0.47% 0.48% -
XYZ 10.96 8.34 6.5 -
YUV 82.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 122 65 68 0 0.47 0.44 0.52 356.84 0.3 0.37
Hex 7A 41 44 0 2F 2C 34 165 1E 25
Octal 172 101 104 0 57 54 64 545 36 45
Binary 1111010 1000001 1000100 0 101111 101100 110100 101100101 11110 100101

Color Harmonies of #7A4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4144

Black with #7A4144

Text Example


Text Example

White with #7A4144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,65,68); }

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

background-color css

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

 a { background-color: rgb(122,65,68); }

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

border-color css

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

 span { border-color: rgb(122,65,68); }

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