Html Css Color HEX #7C415C Cosmic

📋 copy color: '#7C415C'

red 124 ◦ green 65 ◦ blue 92

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

Shades of Cosmic #7C415C

Tints of Cosmic #7C415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 44.13%
G = 23.13%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C415C (or 0x7C415C) is known color: Cosmic. HEX triplet: 7C, 41 and 5C. RGB value is (124,65,92). Sum of RGB (Red+Green+Blue) = 124+65+92=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C415C is #83BEA3. Grayscale: #555555. Windows color (decimal): -8634020 or 6046076. OLE color: 6046076.

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

Color convert

RGB 124 65 92 -
CMYK 0 0.48 0.26 0.51
HSL 332.54º 0.31% 0.37% -
HSV(B) 332.54º 0.48% 0.49% -
XYZ 12.13 8.84 11.19 -
YUV 85.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 124 65 92 0 0.48 0.26 0.51 332.54 0.31 0.37
Hex 7C 41 5C 0 30 1A 33 14D 1F 25
Octal 174 101 134 0 60 32 63 515 37 45
Binary 1111100 1000001 1011100 0 110000 11010 110011 101001101 11111 100101

Color Harmonies of #7C415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C415C

Black with #7C415C

Text Example


Text Example

White with #7C415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,92); }

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

background-color css

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

 a { background-color: rgb(124,65,92); }

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

border-color css

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

 span { border-color: rgb(124,65,92); }

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