Html Css Color HEX #7C3F64 Cosmic

📋 copy color: '#7C3F64'

red 124 ◦ green 63 ◦ blue 100

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

Shades of Cosmic #7C3F64

Tints of Cosmic #7C3F64

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 43.21%
G = 21.95%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C3F64 (or 0x7C3F64) is known color: Cosmic. HEX triplet: 7C, 3F and 64. RGB value is (124,63,100). Sum of RGB (Red+Green+Blue) = 124+63+100=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F64 is #83C09B. Grayscale: #555555. Windows color (decimal): -8634524 or 6569852. OLE color: 6569852.

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

Color convert

RGB 124 63 100 -
CMYK 0 0.49 0.19 0.51
HSL 323.61º 0.33% 0.37% -
HSV(B) 323.61º 0.49% 0.49% -
XYZ 12.39 8.76 13.09 -
YUV 85.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 124 63 100 0 0.49 0.19 0.51 323.61 0.33 0.37
Hex 7C 3F 64 0 31 13 33 144 21 25
Octal 174 77 144 0 61 23 63 504 41 45
Binary 1111100 111111 1100100 0 110001 10011 110011 101000100 100001 100101

Color Harmonies of #7C3F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F64

Black with #7C3F64

Text Example


Text Example

White with #7C3F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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