Html Css Color HEX #7C505B Cosmic

📋 copy color: '#7C505B'

red 124 ◦ green 80 ◦ blue 91

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

Shades of Cosmic #7C505B

Tints of Cosmic #7C505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 42.03%
G = 27.12%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C505B (or 0x7C505B) is known color: Cosmic. HEX triplet: 7C, 50 and 5B. RGB value is (124,80,91). Sum of RGB (Red+Green+Blue) = 124+80+91=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C505B is #83AFA4. Grayscale: #5E5E5E. Windows color (decimal): -8630181 or 5984380. OLE color: 5984380.

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

Color convert

RGB 124 80 91 -
CMYK 0 0.35 0.27 0.51
HSL 345º 0.22% 0.4% -
HSV(B) 345º 0.35% 0.49% -
XYZ 13.07 10.78 11.29 -
YUV 94.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 124 80 91 0 0.35 0.27 0.51 345 0.22 0.4
Hex 7C 50 5B 0 23 1B 33 159 16 28
Octal 174 120 133 0 43 33 63 531 26 50
Binary 1111100 1010000 1011011 0 100011 11011 110011 101011001 10110 101000

Color Harmonies of #7C505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C505B

Black with #7C505B

Text Example


Text Example

White with #7C505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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