Html Css Color HEX #7C415A Cosmic

📋 copy color: '#7C415A'

red 124 ◦ green 65 ◦ blue 90

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

Shades of Cosmic #7C415A

Tints of Cosmic #7C415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 44.44%
G = 23.3%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C415A (or 0x7C415A) is known color: Cosmic. HEX triplet: 7C, 41 and 5A. RGB value is (124,65,90). Sum of RGB (Red+Green+Blue) = 124+65+90=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C415A is #83BEA5. Grayscale: #555555. Windows color (decimal): -8634022 or 5915004. OLE color: 5915004.

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

Color convert

RGB 124 65 90 -
CMYK 0 0.48 0.27 0.51
HSL 334.58º 0.31% 0.37% -
HSV(B) 334.58º 0.48% 0.49% -
XYZ 12.05 8.8 10.74 -
YUV 85.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 124 65 90 0 0.48 0.27 0.51 334.58 0.31 0.37
Hex 7C 41 5A 0 30 1B 33 14F 1F 25
Octal 174 101 132 0 60 33 63 517 37 45
Binary 1111100 1000001 1011010 0 110000 11011 110011 101001111 11111 100101

Color Harmonies of #7C415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C415A

Black with #7C415A

Text Example


Text Example

White with #7C415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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