Html Css Color HEX #7C515D Cosmic

📋 copy color: '#7C515D'

red 124 ◦ green 81 ◦ blue 93

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

Shades of Cosmic #7C515D

Tints of Cosmic #7C515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 41.61%
G = 27.18%
B = 31.21%

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

#7C515D (or 0x7C515D) is known color: Cosmic. HEX triplet: 7C, 51 and 5D. RGB value is (124,81,93). Sum of RGB (Red+Green+Blue) = 124+81+93=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C515D is #83AEA2. Grayscale: #5F5F5F. Windows color (decimal): -8629923 or 6115708. OLE color: 6115708.

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

Color convert

RGB 124 81 93 -
CMYK 0 0.35 0.25 0.51
HSL 343.26º 0.21% 0.4% -
HSV(B) 343.26º 0.35% 0.49% -
XYZ 13.23 10.96 11.77 -
YUV 95.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 124 81 93 0 0.35 0.25 0.51 343.26 0.21 0.4
Hex 7C 51 5D 0 23 19 33 157 15 28
Octal 174 121 135 0 43 31 63 527 25 50
Binary 1111100 1010001 1011101 0 100011 11001 110011 101010111 10101 101000

Color Harmonies of #7C515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C515D

Black with #7C515D

Text Example


Text Example

White with #7C515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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