Html Css Color HEX #7C4E5F Cosmic

📋 copy color: '#7C4E5F'

red 124 ◦ green 78 ◦ blue 95

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

Shades of Cosmic #7C4E5F

Tints of Cosmic #7C4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.26%

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 41.75%
G = 26.26%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C4E5F (or 0x7C4E5F) is known color: Cosmic. HEX triplet: 7C, 4E and 5F. RGB value is (124,78,95). Sum of RGB (Red+Green+Blue) = 124+78+95=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E5F is #83B1A0. Grayscale: #5D5D5D. Windows color (decimal): -8630689 or 6246012. OLE color: 6246012.

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

Color convert

RGB 124 78 95 -
CMYK 0 0.37 0.23 0.51
HSL 337.83º 0.23% 0.4% -
HSV(B) 337.83º 0.37% 0.49% -
XYZ 13.1 10.56 12.17 -
YUV 93.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 124 78 95 0 0.37 0.23 0.51 337.83 0.23 0.4
Hex 7C 4E 5F 0 25 17 33 152 17 28
Octal 174 116 137 0 45 27 63 522 27 50
Binary 1111100 1001110 1011111 0 100101 10111 110011 101010010 10111 101000

Color Harmonies of #7C4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4E5F

Black with #7C4E5F

Text Example


Text Example

White with #7C4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,78,95); }

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

background-color css

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

 a { background-color: rgb(124,78,95); }

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

border-color css

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

 span { border-color: rgb(124,78,95); }

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