Html Css Color HEX #7C496F Cosmic

📋 copy color: '#7C496F'

red 124 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #7C496F

Tints of Cosmic #7C496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 40.26%
G = 23.7%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C496F (or 0x7C496F) is known color: Cosmic. HEX triplet: 7C, 49 and 6F. RGB value is (124,73,111). Sum of RGB (Red+Green+Blue) = 124+73+111=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C496F is #83B690. Grayscale: #5C5C5C. Windows color (decimal): -8631953 or 7293308. OLE color: 7293308.

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

Color convert

RGB 124 73 111 -
CMYK 0 0.41 0.10 0.51
HSL 315.29º 0.26% 0.39% -
HSV(B) 315.29º 0.41% 0.49% -
XYZ 13.56 10.2 16.29 -
YUV 92.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 124 73 111 0 0.41 0.10 0.51 315.29 0.26 0.39
Hex 7C 49 6F 0 29 A 33 13B 1A 27
Octal 174 111 157 0 51 12 63 473 32 47
Binary 1111100 1001001 1101111 0 101001 1010 110011 100111011 11010 100111

Color Harmonies of #7C496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C496F

Black with #7C496F

Text Example


Text Example

White with #7C496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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