Html Css Color HEX #7A4159 Cosmic

📋 copy color: '#7A4159'

red 122 ◦ green 65 ◦ blue 89

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

Shades of Cosmic #7A4159

Tints of Cosmic #7A4159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 44.2%
G = 23.55%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A4159 (or 0x7A4159) is known color: Cosmic. HEX triplet: 7A, 41 and 59. RGB value is (122,65,89). Sum of RGB (Red+Green+Blue) = 122+65+89=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4159 is #85BEA6. Grayscale: #545454. Windows color (decimal): -8765095 or 5849466. OLE color: 5849466.

HSL color Cylindrical-coordinate representation of color #7A4159: hue angle of 334.74º 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 #7A4159 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 65 89 -
CMYK 0 0.47 0.27 0.52
HSL 334.74º 0.3% 0.37% -
HSV(B) 334.74º 0.47% 0.48% -
XYZ 11.72 8.64 10.5 -
YUV 84.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 122 65 89 0 0.47 0.27 0.52 334.74 0.3 0.37
Hex 7A 41 59 0 2F 1B 34 14F 1E 25
Octal 172 101 131 0 57 33 64 517 36 45
Binary 1111010 1000001 1011001 0 101111 11011 110100 101001111 11110 100101

Color Harmonies of #7A4159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4159

Black with #7A4159

Text Example


Text Example

White with #7A4159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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