Html Css Color HEX #7C3A5C Cosmic

📋 copy color: '#7C3A5C'

red 124 ◦ green 58 ◦ blue 92

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

Shades of Cosmic #7C3A5C

Tints of Cosmic #7C3A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 45.26%
G = 21.17%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C3A5C (or 0x7C3A5C) is known color: Cosmic. HEX triplet: 7C, 3A and 5C. RGB value is (124,58,92). Sum of RGB (Red+Green+Blue) = 124+58+92=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A5C is #83C5A3. Grayscale: #515151. Windows color (decimal): -8635812 or 6044284. OLE color: 6044284.

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

Color convert

RGB 124 58 92 -
CMYK 0 0.53 0.26 0.51
HSL 329.09º 0.36% 0.36% -
HSV(B) 329.09º 0.53% 0.49% -
XYZ 11.76 8.08 11.07 -
YUV 81.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 124 58 92 0 0.53 0.26 0.51 329.09 0.36 0.36
Hex 7C 3A 5C 0 35 1A 33 149 24 24
Octal 174 72 134 0 65 32 63 511 44 44
Binary 1111100 111010 1011100 0 110101 11010 110011 101001001 100100 100100

Color Harmonies of #7C3A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3A5C

Black with #7C3A5C

Text Example


Text Example

White with #7C3A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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