Html Css Color HEX #7C505D Cosmic

📋 copy color: '#7C505D'

red 124 ◦ green 80 ◦ blue 93

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

Shades of Cosmic #7C505D

Tints of Cosmic #7C505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 41.75%
G = 26.94%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C505D (or 0x7C505D) is known color: Cosmic. HEX triplet: 7C, 50 and 5D. RGB value is (124,80,93). Sum of RGB (Red+Green+Blue) = 124+80+93=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C505D is #83AFA2. Grayscale: #5E5E5E. Windows color (decimal): -8630179 or 6115452. OLE color: 6115452.

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

Color convert

RGB 124 80 93 -
CMYK 0 0.35 0.25 0.51
HSL 342.27º 0.22% 0.4% -
HSV(B) 342.27º 0.35% 0.49% -
XYZ 13.16 10.81 11.75 -
YUV 94.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 124 80 93 0 0.35 0.25 0.51 342.27 0.22 0.4
Hex 7C 50 5D 0 23 19 33 156 16 28
Octal 174 120 135 0 43 31 63 526 26 50
Binary 1111100 1010000 1011101 0 100011 11001 110011 101010110 10110 101000

Color Harmonies of #7C505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C505D

Black with #7C505D

Text Example


Text Example

White with #7C505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,93); }

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

background-color css

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

 a { background-color: rgb(124,80,93); }

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

border-color css

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

 span { border-color: rgb(124,80,93); }

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