Html Css Color HEX #7C3761 Cosmic

📋 copy color: '#7C3761'

red 124 ◦ green 55 ◦ blue 97

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

Shades of Cosmic #7C3761

Tints of Cosmic #7C3761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 44.93%
G = 19.93%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C3761 (or 0x7C3761) is known color: Cosmic. HEX triplet: 7C, 37 and 61. RGB value is (124,55,97). Sum of RGB (Red+Green+Blue) = 124+55+97=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3761 is #83C89E. Grayscale: #505050. Windows color (decimal): -8636575 or 6371196. OLE color: 6371196.

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

Color convert

RGB 124 55 97 -
CMYK 0 0.56 0.22 0.51
HSL 323.48º 0.39% 0.35% -
HSV(B) 323.48º 0.56% 0.49% -
XYZ 11.84 7.88 12.21 -
YUV 80.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 124 55 97 0 0.56 0.22 0.51 323.48 0.39 0.35
Hex 7C 37 61 0 38 16 33 143 27 23
Octal 174 67 141 0 70 26 63 503 47 43
Binary 1111100 110111 1100001 0 111000 10110 110011 101000011 100111 100011

Color Harmonies of #7C3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3761

Black with #7C3761

Text Example


Text Example

White with #7C3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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