Html Css Color HEX #7C576B Cosmic

📋 copy color: '#7C576B'

red 124 ◦ green 87 ◦ blue 107

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

Shades of Cosmic #7C576B

Tints of Cosmic #7C576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 38.99%
G = 27.36%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C576B (or 0x7C576B) is known color: Cosmic. HEX triplet: 7C, 57 and 6B. RGB value is (124,87,107). Sum of RGB (Red+Green+Blue) = 124+87+107=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C576B is #83A894. Grayscale: #646464. Windows color (decimal): -8628373 or 7034748. OLE color: 7034748.

HSL color Cylindrical-coordinate representation of color #7C576B: hue angle of 327.57º 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 #7C576B is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 87 107 -
CMYK 0 0.30 0.14 0.51
HSL 327.57º 0.18% 0.41% -
HSV(B) 327.57º 0.3% 0.49% -
XYZ 14.37 12.16 15.5 -
YUV 100.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 124 87 107 0 0.30 0.14 0.51 327.57 0.18 0.41
Hex 7C 57 6B 0 1E E 33 148 12 29
Octal 174 127 153 0 36 16 63 510 22 51
Binary 1111100 1010111 1101011 0 11110 1110 110011 101001000 10010 101001

Color Harmonies of #7C576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C576B

Black with #7C576B

Text Example


Text Example

White with #7C576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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