Html Css Color HEX #7C496D Cosmic

📋 copy color: '#7C496D'

red 124 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #7C496D

Tints of Cosmic #7C496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 40.52%
G = 23.86%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C496D (or 0x7C496D) is known color: Cosmic. HEX triplet: 7C, 49 and 6D. RGB value is (124,73,109). Sum of RGB (Red+Green+Blue) = 124+73+109=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C496D is #83B692. Grayscale: #5C5C5C. Windows color (decimal): -8631955 or 7162236. OLE color: 7162236.

HSL color Cylindrical-coordinate representation of color #7C496D: hue angle of 317.65º 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 #7C496D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 109 -
CMYK 0 0.41 0.12 0.51
HSL 317.65º 0.26% 0.39% -
HSV(B) 317.65º 0.41% 0.49% -
XYZ 13.46 10.15 15.72 -
YUV 92.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 124 73 109 0 0.41 0.12 0.51 317.65 0.26 0.39
Hex 7C 49 6D 0 29 C 33 13E 1A 27
Octal 174 111 155 0 51 14 63 476 32 47
Binary 1111100 1001001 1101101 0 101001 1100 110011 100111110 11010 100111

Color Harmonies of #7C496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C496D

Black with #7C496D

Text Example


Text Example

White with #7C496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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