Html Css Color HEX #7A4A70 Salt Box

📋 copy color: '#7A4A70'

red 122 ◦ green 74 ◦ blue 112

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

Shades of Salt Box #7A4A70

Tints of Salt Box #7A4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 39.61%
G = 24.03%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A4A70 (or 0x7A4A70) is known color: Salt Box. HEX triplet: 7A, 4A and 70. RGB value is (122,74,112). Sum of RGB (Red+Green+Blue) = 122+74+112=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A70 is #85B58F. Grayscale: #5C5C5C. Windows color (decimal): -8762768 or 7359098. OLE color: 7359098.

HSL color Cylindrical-coordinate representation of color #7A4A70: hue angle of 312.5º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4A70 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 74 112 -
CMYK 0 0.39 0.08 0.52
HSL 312.5º 0.24% 0.38% -
HSV(B) 312.5º 0.39% 0.48% -
XYZ 13.4 10.2 16.59 -
YUV 92.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 122 74 112 0 0.39 0.08 0.52 312.5 0.24 0.38
Hex 7A 4A 70 0 27 8 34 138 18 26
Octal 172 112 160 0 47 10 64 470 30 46
Binary 1111010 1001010 1110000 0 100111 1000 110100 100111000 11000 100110

Color Harmonies of #7A4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4A70

Black with #7A4A70

Text Example


Text Example

White with #7A4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,74,112); }

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

background-color css

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

 a { background-color: rgb(122,74,112); }

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

border-color css

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

 span { border-color: rgb(122,74,112); }

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