Html Css Color HEX #7C3764 Cosmic

📋 copy color: '#7C3764'

red 124 ◦ green 55 ◦ blue 100

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

Shades of Cosmic #7C3764

Tints of Cosmic #7C3764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 44.44%
G = 19.71%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C3764 (or 0x7C3764) is known color: Cosmic. HEX triplet: 7C, 37 and 64. RGB value is (124,55,100). Sum of RGB (Red+Green+Blue) = 124+55+100=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3764 is #83C89B. Grayscale: #505050. Windows color (decimal): -8636572 or 6567804. OLE color: 6567804.

HSL color Cylindrical-coordinate representation of color #7C3764: hue angle of 320.87º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3764 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 100 -
CMYK 0 0.56 0.19 0.51
HSL 320.87º 0.39% 0.35% -
HSV(B) 320.87º 0.56% 0.49% -
XYZ 11.98 7.94 12.96 -
YUV 80.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 124 55 100 0 0.56 0.19 0.51 320.87 0.39 0.35
Hex 7C 37 64 0 38 13 33 141 27 23
Octal 174 67 144 0 70 23 63 501 47 43
Binary 1111100 110111 1100100 0 111000 10011 110011 101000001 100111 100011

Color Harmonies of #7C3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3764

Black with #7C3764

Text Example


Text Example

White with #7C3764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,100); }

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

background-color css

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

 a { background-color: rgb(124,55,100); }

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

border-color css

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

 span { border-color: rgb(124,55,100); }

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