Html Css Color HEX #79556A Cosmic

📋 copy color: '#79556A'

red 121 ◦ green 85 ◦ blue 106

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

Shades of Cosmic #79556A

Tints of Cosmic #79556A

RGB

 RED value IS 121 (47.66% from 255) = 38.78%

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 38.78%
G = 27.24%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79556A (or 0x79556A) is known color: Cosmic. HEX triplet: 79, 55 and 6A. RGB value is (121,85,106). Sum of RGB (Red+Green+Blue) = 121+85+106=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #79556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79556A is #86AA95. Grayscale: #626262. Windows color (decimal): -8825494 or 6968697. OLE color: 6968697.

HSL color Cylindrical-coordinate representation of color #79556A: hue angle of 325º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79556A is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 85 106 -
CMYK 0 0.30 0.12 0.53
HSL 325º 0.17% 0.4% -
HSV(B) 325º 0.3% 0.47% -
XYZ 13.74 11.6 15.15 -
YUV 98.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 121 85 106 0 0.30 0.12 0.53 325 0.17 0.4
Hex 79 55 6A 0 1E C 35 145 11 28
Octal 171 125 152 0 36 14 65 505 21 50
Binary 1111001 1010101 1101010 0 11110 1100 110101 101000101 10001 101000

Color Harmonies of #79556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79556A

Black with #79556A

Text Example


Text Example

White with #79556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79556A; }

 p { color: rgb(121,85,106); }

 H1.HeaderClassName
 {
   color: #79556A;
 }
 .AnyTagClassName
 {
   color: #79556A;
 }
</style>

background-color css

<style>
 a { background-color: #79556A; }

 a { background-color: rgb(121,85,106); }

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

border-color css

<style>
 span { border-color: #79556A; }

 span { border-color: rgb(121,85,106); }

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