Html Css Color HEX #79476C Cosmic

📋 copy color: '#79476C'

red 121 ◦ green 71 ◦ blue 108

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

Shades of Cosmic #79476C

Tints of Cosmic #79476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

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

R = 40.33%
G = 23.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79476C (or 0x79476C) is known color: Cosmic. HEX triplet: 79, 47 and 6C. RGB value is (121,71,108). Sum of RGB (Red+Green+Blue) = 121+71+108=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #79476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79476C is #86B893. Grayscale: #5A5A5A. Windows color (decimal): -8829076 or 7096185. OLE color: 7096185.

HSL color Cylindrical-coordinate representation of color #79476C: hue angle of 315.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79476C is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 71 108 -
CMYK 0 0.41 0.11 0.53
HSL 315.6º 0.26% 0.38% -
HSV(B) 315.6º 0.41% 0.47% -
XYZ 12.85 9.65 15.37 -
YUV 90.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 121 71 108 0 0.41 0.11 0.53 315.6 0.26 0.38
Hex 79 47 6C 0 29 B 35 13C 1A 26
Octal 171 107 154 0 51 13 65 474 32 46
Binary 1111001 1000111 1101100 0 101001 1011 110101 100111100 11010 100110

Color Harmonies of #79476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79476C

Black with #79476C

Text Example


Text Example

White with #79476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79476C; }

 p { color: rgb(121,71,108); }

 H1.HeaderClassName
 {
   color: #79476C;
 }
 .AnyTagClassName
 {
   color: #79476C;
 }
</style>

background-color css

<style>
 a { background-color: #79476C; }

 a { background-color: rgb(121,71,108); }

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

border-color css

<style>
 span { border-color: #79476C; }

 span { border-color: rgb(121,71,108); }

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