Html Css Color HEX #7C3A61 Cosmic

📋 copy color: '#7C3A61'

red 124 ◦ green 58 ◦ blue 97

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

Shades of Cosmic #7C3A61

Tints of Cosmic #7C3A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 44.44%
G = 20.79%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C3A61 (or 0x7C3A61) is known color: Cosmic. HEX triplet: 7C, 3A and 61. RGB value is (124,58,97). Sum of RGB (Red+Green+Blue) = 124+58+97=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A61 is #83C59E. Grayscale: #525252. Windows color (decimal): -8635807 or 6371964. OLE color: 6371964.

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

Color convert

RGB 124 58 97 -
CMYK 0 0.53 0.22 0.51
HSL 324.55º 0.36% 0.36% -
HSV(B) 324.55º 0.53% 0.49% -
XYZ 11.98 8.17 12.26 -
YUV 82.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 124 58 97 0 0.53 0.22 0.51 324.55 0.36 0.36
Hex 7C 3A 61 0 35 16 33 145 24 24
Octal 174 72 141 0 65 26 63 505 44 44
Binary 1111100 111010 1100001 0 110101 10110 110011 101000101 100100 100100

Color Harmonies of #7C3A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3A61

Black with #7C3A61

Text Example


Text Example

White with #7C3A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,58,97); }

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

background-color css

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

 a { background-color: rgb(124,58,97); }

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

border-color css

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

 span { border-color: rgb(124,58,97); }

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