Html Css Color HEX #7C3760 Cosmic

📋 copy color: '#7C3760'

red 124 ◦ green 55 ◦ blue 96

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

Shades of Cosmic #7C3760

Tints of Cosmic #7C3760

RGB

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

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

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

R = 45.09%
G = 20%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C3760 (or 0x7C3760) is known color: Cosmic. HEX triplet: 7C, 37 and 60. RGB value is (124,55,96). Sum of RGB (Red+Green+Blue) = 124+55+96=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3760 is #83C89F. Grayscale: #505050. Windows color (decimal): -8636576 or 6305660. OLE color: 6305660.

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

Color convert

RGB 124 55 96 -
CMYK 0 0.56 0.23 0.51
HSL 324.35º 0.39% 0.35% -
HSV(B) 324.35º 0.56% 0.49% -
XYZ 11.79 7.86 11.96 -
YUV 80.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 124 55 96 0 0.56 0.23 0.51 324.35 0.39 0.35
Hex 7C 37 60 0 38 17 33 144 27 23
Octal 174 67 140 0 70 27 63 504 47 43
Binary 1111100 110111 1100000 0 111000 10111 110011 101000100 100111 100011

Color Harmonies of #7C3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3760

Black with #7C3760

Text Example


Text Example

White with #7C3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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