Html Css Color HEX #7C3D5D Cosmic

📋 copy color: '#7C3D5D'

red 124 ◦ green 61 ◦ blue 93

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

Shades of Cosmic #7C3D5D

Tints of Cosmic #7C3D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 44.6%
G = 21.94%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C3D5D (or 0x7C3D5D) is known color: Cosmic. HEX triplet: 7C, 3D and 5D. RGB value is (124,61,93). Sum of RGB (Red+Green+Blue) = 124+61+93=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D5D is #83C2A2. Grayscale: #535353. Windows color (decimal): -8635043 or 6110588. OLE color: 6110588.

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

Color convert

RGB 124 61 93 -
CMYK 0 0.51 0.25 0.51
HSL 329.52º 0.34% 0.36% -
HSV(B) 329.52º 0.51% 0.49% -
XYZ 11.96 8.41 11.35 -
YUV 83.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 124 61 93 0 0.51 0.25 0.51 329.52 0.34 0.36
Hex 7C 3D 5D 0 33 19 33 14A 22 24
Octal 174 75 135 0 63 31 63 512 42 44
Binary 1111100 111101 1011101 0 110011 11001 110011 101001010 100010 100100

Color Harmonies of #7C3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3D5D

Black with #7C3D5D

Text Example


Text Example

White with #7C3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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