Html Css Color HEX #7C4F63 Cosmic

📋 copy color: '#7C4F63'

red 124 ◦ green 79 ◦ blue 99

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

Shades of Cosmic #7C4F63

Tints of Cosmic #7C4F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 41.06%
G = 26.16%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7C4F63 (or 0x7C4F63) is known color: Cosmic. HEX triplet: 7C, 4F and 63. RGB value is (124,79,99). Sum of RGB (Red+Green+Blue) = 124+79+99=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F63 is #83B09C. Grayscale: #5E5E5E. Windows color (decimal): -8630429 or 6508412. OLE color: 6508412.

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

Color convert

RGB 124 79 99 -
CMYK 0 0.36 0.20 0.51
HSL 333.33º 0.22% 0.4% -
HSV(B) 333.33º 0.36% 0.49% -
XYZ 13.36 10.78 13.18 -
YUV 94.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 124 79 99 0 0.36 0.20 0.51 333.33 0.22 0.4
Hex 7C 4F 63 0 24 14 33 14D 16 28
Octal 174 117 143 0 44 24 63 515 26 50
Binary 1111100 1001111 1100011 0 100100 10100 110011 101001101 10110 101000

Color Harmonies of #7C4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F63

Black with #7C4F63

Text Example


Text Example

White with #7C4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,99); }

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

background-color css

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

 a { background-color: rgb(124,79,99); }

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

border-color css

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

 span { border-color: rgb(124,79,99); }

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