Html Css Color HEX #7A5059 Cosmic

📋 copy color: '#7A5059'

red 122 ◦ green 80 ◦ blue 89

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

Shades of Cosmic #7A5059

Tints of Cosmic #7A5059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 41.92%
G = 27.49%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A5059 (or 0x7A5059) is known color: Cosmic. HEX triplet: 7A, 50 and 59. RGB value is (122,80,89). Sum of RGB (Red+Green+Blue) = 122+80+89=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5059 is #85AFA6. Grayscale: #5D5D5D. Windows color (decimal): -8761255 or 5853306. OLE color: 5853306.

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

Color convert

RGB 122 80 89 -
CMYK 0 0.34 0.27 0.52
HSL 347.14º 0.21% 0.4% -
HSV(B) 347.14º 0.34% 0.48% -
XYZ 12.7 10.6 10.83 -
YUV 93.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 122 80 89 0 0.34 0.27 0.52 347.14 0.21 0.4
Hex 7A 50 59 0 22 1B 34 15B 15 28
Octal 172 120 131 0 42 33 64 533 25 50
Binary 1111010 1010000 1011001 0 100010 11011 110100 101011011 10101 101000

Color Harmonies of #7A5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5059

Black with #7A5059

Text Example


Text Example

White with #7A5059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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