Html Css Color HEX #7C3E5A Cosmic

📋 copy color: '#7C3E5A'

red 124 ◦ green 62 ◦ blue 90

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

Shades of Cosmic #7C3E5A

Tints of Cosmic #7C3E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 44.93%
G = 22.46%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C3E5A (or 0x7C3E5A) is known color: Cosmic. HEX triplet: 7C, 3E and 5A. RGB value is (124,62,90). Sum of RGB (Red+Green+Blue) = 124+62+90=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E5A is #83C1A5. Grayscale: #535353. Windows color (decimal): -8634790 or 5914236. OLE color: 5914236.

HSL color Cylindrical-coordinate representation of color #7C3E5A: hue angle of 332.9º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C3E5A is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 62 90 -
CMYK 0 0.5 0.27 0.51
HSL 332.9º 0.33% 0.36% -
HSV(B) 332.9º 0.5% 0.49% -
XYZ 11.88 8.47 10.68 -
YUV 83.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 124 62 90 0 0.5 0.27 0.51 332.9 0.33 0.36
Hex 7C 3E 5A 0 32 1B 33 14D 21 24
Octal 174 76 132 0 62 33 63 515 41 44
Binary 1111100 111110 1011010 0 110010 11011 110011 101001101 100001 100100

Color Harmonies of #7C3E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3E5A

Black with #7C3E5A

Text Example


Text Example

White with #7C3E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,62,90); }

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

background-color css

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

 a { background-color: rgb(124,62,90); }

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

border-color css

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

 span { border-color: rgb(124,62,90); }

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