Html Css Color HEX #7A4E60 Cosmic

📋 copy color: '#7A4E60'

red 122 ◦ green 78 ◦ blue 96

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

Shades of Cosmic #7A4E60

Tints of Cosmic #7A4E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

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

R = 41.22%
G = 26.35%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A4E60 (or 0x7A4E60) is known color: Cosmic. HEX triplet: 7A, 4E and 60. RGB value is (122,78,96). Sum of RGB (Red+Green+Blue) = 122+78+96=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4E60 is #85B19F. Grayscale: #5D5D5D. Windows color (decimal): -8761760 or 6311546. OLE color: 6311546.

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

Color convert

RGB 122 78 96 -
CMYK 0 0.36 0.21 0.52
HSL 335.45º 0.22% 0.39% -
HSV(B) 335.45º 0.36% 0.48% -
XYZ 12.86 10.43 12.4 -
YUV 93.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 122 78 96 0 0.36 0.21 0.52 335.45 0.22 0.39
Hex 7A 4E 60 0 24 15 34 14F 16 27
Octal 172 116 140 0 44 25 64 517 26 47
Binary 1111010 1001110 1100000 0 100100 10101 110100 101001111 10110 100111

Color Harmonies of #7A4E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4E60

Black with #7A4E60

Text Example


Text Example

White with #7A4E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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