Html Css Color HEX #7C3E60 Cosmic

📋 copy color: '#7C3E60'

red 124 ◦ green 62 ◦ blue 96

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

Shades of Cosmic #7C3E60

Tints of Cosmic #7C3E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 43.97%
G = 21.99%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C3E60 (or 0x7C3E60) is known color: Cosmic. HEX triplet: 7C, 3E and 60. RGB value is (124,62,96). Sum of RGB (Red+Green+Blue) = 124+62+96=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E60 is #83C19F. Grayscale: #545454. Windows color (decimal): -8634784 or 6307452. OLE color: 6307452.

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

Color convert

RGB 124 62 96 -
CMYK 0 0.5 0.23 0.51
HSL 327.1º 0.33% 0.36% -
HSV(B) 327.1º 0.5% 0.49% -
XYZ 12.15 8.57 12.08 -
YUV 84.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 124 62 96 0 0.5 0.23 0.51 327.1 0.33 0.36
Hex 7C 3E 60 0 32 17 33 147 21 24
Octal 174 76 140 0 62 27 63 507 41 44
Binary 1111100 111110 1100000 0 110010 10111 110011 101000111 100001 100100

Color Harmonies of #7C3E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3E60

Black with #7C3E60

Text Example


Text Example

White with #7C3E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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