Html Css Color HEX #7C3860 Cosmic

📋 copy color: '#7C3860'

red 124 ◦ green 56 ◦ blue 96

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

Shades of Cosmic #7C3860

Tints of Cosmic #7C3860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 44.93%
G = 20.29%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C3860 (or 0x7C3860) is known color: Cosmic. HEX triplet: 7C, 38 and 60. RGB value is (124,56,96). Sum of RGB (Red+Green+Blue) = 124+56+96=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3860 is #83C79F. Grayscale: #505050. Windows color (decimal): -8636320 or 6305916. OLE color: 6305916.

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

Color convert

RGB 124 56 96 -
CMYK 0 0.55 0.23 0.51
HSL 324.71º 0.38% 0.35% -
HSV(B) 324.71º 0.55% 0.49% -
XYZ 11.84 7.96 11.98 -
YUV 80.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 124 56 96 0 0.55 0.23 0.51 324.71 0.38 0.35
Hex 7C 38 60 0 37 17 33 145 26 23
Octal 174 70 140 0 67 27 63 505 46 43
Binary 1111100 111000 1100000 0 110111 10111 110011 101000101 100110 100011

Color Harmonies of #7C3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3860

Black with #7C3860

Text Example


Text Example

White with #7C3860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,96); }

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

background-color css

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

 a { background-color: rgb(124,56,96); }

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

border-color css

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

 span { border-color: rgb(124,56,96); }

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