Html Css Color HEX #7C5561 Cosmic

📋 copy color: '#7C5561'

red 124 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #7C5561

Tints of Cosmic #7C5561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 40.52%
G = 27.78%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C5561 (or 0x7C5561) is known color: Cosmic. HEX triplet: 7C, 55 and 61. RGB value is (124,85,97). Sum of RGB (Red+Green+Blue) = 124+85+97=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5561 is #83AA9E. Grayscale: #626262. Windows color (decimal): -8628895 or 6378876. OLE color: 6378876.

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

Color convert

RGB 124 85 97 -
CMYK 0 0.31 0.22 0.51
HSL 341.54º 0.19% 0.41% -
HSV(B) 341.54º 0.31% 0.49% -
XYZ 13.72 11.65 12.83 -
YUV 98.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 124 85 97 0 0.31 0.22 0.51 341.54 0.19 0.41
Hex 7C 55 61 0 1F 16 33 156 13 29
Octal 174 125 141 0 37 26 63 526 23 51
Binary 1111100 1010101 1100001 0 11111 10110 110011 101010110 10011 101001

Color Harmonies of #7C5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5561

Black with #7C5561

Text Example


Text Example

White with #7C5561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,97); }

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

background-color css

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

 a { background-color: rgb(124,85,97); }

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

border-color css

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

 span { border-color: rgb(124,85,97); }

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