Html Css Color HEX #7C556D Cosmic

📋 copy color: '#7C556D'

red 124 ◦ green 85 ◦ blue 109

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

Shades of Cosmic #7C556D

Tints of Cosmic #7C556D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 38.99%
G = 26.73%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C556D (or 0x7C556D) is known color: Cosmic. HEX triplet: 7C, 55 and 6D. RGB value is (124,85,109). Sum of RGB (Red+Green+Blue) = 124+85+109=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C556D is #83AA92. Grayscale: #636363. Windows color (decimal): -8628883 or 7165308. OLE color: 7165308.

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

Color convert

RGB 124 85 109 -
CMYK 0 0.31 0.12 0.51
HSL 323.08º 0.19% 0.41% -
HSV(B) 323.08º 0.31% 0.49% -
XYZ 14.32 11.89 16.01 -
YUV 99.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 124 85 109 0 0.31 0.12 0.51 323.08 0.19 0.41
Hex 7C 55 6D 0 1F C 33 143 13 29
Octal 174 125 155 0 37 14 63 503 23 51
Binary 1111100 1010101 1101101 0 11111 1100 110011 101000011 10011 101001

Color Harmonies of #7C556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C556D

Black with #7C556D

Text Example


Text Example

White with #7C556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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