Html Css Color HEX #7A5160 Cosmic

📋 copy color: '#7A5160'

red 122 ◦ green 81 ◦ blue 96

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

Shades of Cosmic #7A5160

Tints of Cosmic #7A5160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 40.8%
G = 27.09%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A5160 (or 0x7A5160) is known color: Cosmic. HEX triplet: 7A, 51 and 60. RGB value is (122,81,96). Sum of RGB (Red+Green+Blue) = 122+81+96=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5160 is #85AE9F. Grayscale: #5E5E5E. Windows color (decimal): -8760992 or 6312314. OLE color: 6312314.

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

Color convert

RGB 122 81 96 -
CMYK 0 0.34 0.21 0.52
HSL 338.05º 0.2% 0.4% -
HSV(B) 338.05º 0.34% 0.48% -
XYZ 13.08 10.87 12.47 -
YUV 94.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 122 81 96 0 0.34 0.21 0.52 338.05 0.2 0.4
Hex 7A 51 60 0 22 15 34 152 14 28
Octal 172 121 140 0 42 25 64 522 24 50
Binary 1111010 1010001 1100000 0 100010 10101 110100 101010010 10100 101000

Color Harmonies of #7A5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5160

Black with #7A5160

Text Example


Text Example

White with #7A5160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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