Html Css Color HEX #7A4560 Cosmic

📋 copy color: '#7A4560'

red 122 ◦ green 69 ◦ blue 96

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

Shades of Cosmic #7A4560

Tints of Cosmic #7A4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 42.51%
G = 24.04%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A4560 (or 0x7A4560) is known color: Cosmic. HEX triplet: 7A, 45 and 60. RGB value is (122,69,96). Sum of RGB (Red+Green+Blue) = 122+69+96=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4560 is #85BA9F. Grayscale: #575757. Windows color (decimal): -8764064 or 6309242. OLE color: 6309242.

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

Color convert

RGB 122 69 96 -
CMYK 0 0.43 0.21 0.52
HSL 329.43º 0.28% 0.37% -
HSV(B) 329.43º 0.43% 0.48% -
XYZ 12.27 9.24 12.2 -
YUV 87.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 122 69 96 0 0.43 0.21 0.52 329.43 0.28 0.37
Hex 7A 45 60 0 2B 15 34 149 1C 25
Octal 172 105 140 0 53 25 64 511 34 45
Binary 1111010 1000101 1100000 0 101011 10101 110100 101001001 11100 100101

Color Harmonies of #7A4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4560

Black with #7A4560

Text Example


Text Example

White with #7A4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,69,96); }

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

background-color css

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

 a { background-color: rgb(122,69,96); }

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

border-color css

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

 span { border-color: rgb(122,69,96); }

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