Html Css Color HEX #7C4E5D Cosmic

📋 copy color: '#7C4E5D'

red 124 ◦ green 78 ◦ blue 93

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

Shades of Cosmic #7C4E5D

Tints of Cosmic #7C4E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.44%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 42.03%
G = 26.44%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C4E5D (or 0x7C4E5D) is known color: Cosmic. HEX triplet: 7C, 4E and 5D. RGB value is (124,78,93). Sum of RGB (Red+Green+Blue) = 124+78+93=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E5D is #83B1A2. Grayscale: #5D5D5D. Windows color (decimal): -8630691 or 6114940. OLE color: 6114940.

HSL color Cylindrical-coordinate representation of color #7C4E5D: hue angle of 340.43º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E5D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 78 93 -
CMYK 0 0.37 0.25 0.51
HSL 340.43º 0.23% 0.4% -
HSV(B) 340.43º 0.37% 0.49% -
XYZ 13.01 10.52 11.7 -
YUV 93.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 124 78 93 0 0.37 0.25 0.51 340.43 0.23 0.4
Hex 7C 4E 5D 0 25 19 33 154 17 28
Octal 174 116 135 0 45 31 63 524 27 50
Binary 1111100 1001110 1011101 0 100101 11001 110011 101010100 10111 101000

Color Harmonies of #7C4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4E5D

Black with #7C4E5D

Text Example


Text Example

White with #7C4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,78,93); }

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

background-color css

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

 a { background-color: rgb(124,78,93); }

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

border-color css

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

 span { border-color: rgb(124,78,93); }

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