Html Css Color HEX #7A596C Cosmic

📋 copy color: '#7A596C'

red 122 ◦ green 89 ◦ blue 108

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

Shades of Cosmic #7A596C

Tints of Cosmic #7A596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 38.24%
G = 27.9%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A596C (or 0x7A596C) is known color: Cosmic. HEX triplet: 7A, 59 and 6C. RGB value is (122,89,108). Sum of RGB (Red+Green+Blue) = 122+89+108=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A596C is #85A693. Grayscale: #646464. Windows color (decimal): -8758932 or 7100794. OLE color: 7100794.

HSL color Cylindrical-coordinate representation of color #7A596C: hue angle of 325.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A596C is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 108 -
CMYK 0 0.27 0.11 0.52
HSL 325.45º 0.16% 0.41% -
HSV(B) 325.45º 0.27% 0.48% -
XYZ 14.31 12.37 15.82 -
YUV 101.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 122 89 108 0 0.27 0.11 0.52 325.45 0.16 0.41
Hex 7A 59 6C 0 1B B 34 145 10 29
Octal 172 131 154 0 33 13 64 505 20 51
Binary 1111010 1011001 1101100 0 11011 1011 110100 101000101 10000 101001

Color Harmonies of #7A596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A596C

Black with #7A596C

Text Example


Text Example

White with #7A596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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