Html Css Color HEX #7C496E Cosmic

📋 copy color: '#7C496E'

red 124 ◦ green 73 ◦ blue 110

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

Shades of Cosmic #7C496E

Tints of Cosmic #7C496E

RGB

 RED value IS 124 (48.83% from 255) = 40.39%

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 40.39%
G = 23.78%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C496E (or 0x7C496E) is known color: Cosmic. HEX triplet: 7C, 49 and 6E. RGB value is (124,73,110). Sum of RGB (Red+Green+Blue) = 124+73+110=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C496E is #83B691. Grayscale: #5C5C5C. Windows color (decimal): -8631954 or 7227772. OLE color: 7227772.

HSL color Cylindrical-coordinate representation of color #7C496E: hue angle of 316.47º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C496E is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 110 -
CMYK 0 0.41 0.11 0.51
HSL 316.47º 0.26% 0.39% -
HSV(B) 316.47º 0.41% 0.49% -
XYZ 13.51 10.18 16 -
YUV 92.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 124 73 110 0 0.41 0.11 0.51 316.47 0.26 0.39
Hex 7C 49 6E 0 29 B 33 13C 1A 27
Octal 174 111 156 0 51 13 63 474 32 47
Binary 1111100 1001001 1101110 0 101001 1011 110011 100111100 11010 100111

Color Harmonies of #7C496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C496E

Black with #7C496E

Text Example


Text Example

White with #7C496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,110); }

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

background-color css

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

 a { background-color: rgb(124,73,110); }

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

border-color css

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

 span { border-color: rgb(124,73,110); }

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