Html Css Color HEX #7C4A5C Cosmic

📋 copy color: '#7C4A5C'

red 124 ◦ green 74 ◦ blue 92

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

Shades of Cosmic #7C4A5C

Tints of Cosmic #7C4A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

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

R = 42.76%
G = 25.52%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C4A5C (or 0x7C4A5C) is known color: Cosmic. HEX triplet: 7C, 4A and 5C. RGB value is (124,74,92). Sum of RGB (Red+Green+Blue) = 124+74+92=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4A5C is #83B5A3. Grayscale: #5A5A5A. Windows color (decimal): -8631716 or 6048380. OLE color: 6048380.

HSL color Cylindrical-coordinate representation of color #7C4A5C: hue angle of 338.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4A5C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 74 92 -
CMYK 0 0.40 0.26 0.51
HSL 338.4º 0.25% 0.39% -
HSV(B) 338.4º 0.4% 0.49% -
XYZ 12.69 9.96 11.38 -
YUV 91 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 124 74 92 0 0.40 0.26 0.51 338.4 0.25 0.39
Hex 7C 4A 5C 0 28 1A 33 152 19 27
Octal 174 112 134 0 50 32 63 522 31 47
Binary 1111100 1001010 1011100 0 101000 11010 110011 101010010 11001 100111

Color Harmonies of #7C4A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4A5C

Black with #7C4A5C

Text Example


Text Example

White with #7C4A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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