Html Css Color HEX #7C576F Cosmic

📋 copy color: '#7C576F'

red 124 ◦ green 87 ◦ blue 111

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

Shades of Cosmic #7C576F

Tints of Cosmic #7C576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 38.51%
G = 27.02%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C576F (or 0x7C576F) is known color: Cosmic. HEX triplet: 7C, 57 and 6F. RGB value is (124,87,111). Sum of RGB (Red+Green+Blue) = 124+87+111=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C576F is #83A890. Grayscale: #646464. Windows color (decimal): -8628369 or 7296892. OLE color: 7296892.

HSL color Cylindrical-coordinate representation of color #7C576F: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C576F is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 87 111 -
CMYK 0 0.30 0.10 0.51
HSL 321.08º 0.18% 0.41% -
HSV(B) 321.08º 0.3% 0.49% -
XYZ 14.59 12.25 16.63 -
YUV 100.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 124 87 111 0 0.30 0.10 0.51 321.08 0.18 0.41
Hex 7C 57 6F 0 1E A 33 141 12 29
Octal 174 127 157 0 36 12 63 501 22 51
Binary 1111100 1010111 1101111 0 11110 1010 110011 101000001 10010 101001

Color Harmonies of #7C576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C576F

Black with #7C576F

Text Example


Text Example

White with #7C576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,87,111); }

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

background-color css

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

 a { background-color: rgb(124,87,111); }

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

border-color css

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

 span { border-color: rgb(124,87,111); }

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