Html Css Color HEX #7C4459 Cosmic

📋 copy color: '#7C4459'

red 124 ◦ green 68 ◦ blue 89

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

Shades of Cosmic #7C4459

Tints of Cosmic #7C4459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 44.13%
G = 24.2%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7C4459 (or 0x7C4459) is known color: Cosmic. HEX triplet: 7C, 44 and 59. RGB value is (124,68,89). Sum of RGB (Red+Green+Blue) = 124+68+89=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4459 is #83BBA6. Grayscale: #575757. Windows color (decimal): -8633255 or 5850236. OLE color: 5850236.

HSL color Cylindrical-coordinate representation of color #7C4459: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4459 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 68 89 -
CMYK 0 0.45 0.28 0.51
HSL 337.5º 0.29% 0.38% -
HSV(B) 337.5º 0.45% 0.49% -
XYZ 12.18 9.14 10.57 -
YUV 87.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 124 68 89 0 0.45 0.28 0.51 337.5 0.29 0.38
Hex 7C 44 59 0 2D 1C 33 152 1D 26
Octal 174 104 131 0 55 34 63 522 35 46
Binary 1111100 1000100 1011001 0 101101 11100 110011 101010010 11101 100110

Color Harmonies of #7C4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4459

Black with #7C4459

Text Example


Text Example

White with #7C4459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,68,89); }

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

background-color css

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

 a { background-color: rgb(124,68,89); }

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

border-color css

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

 span { border-color: rgb(124,68,89); }

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