Html Css Color HEX #7C515E Cosmic

📋 copy color: '#7C515E'

red 124 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #7C515E

Tints of Cosmic #7C515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 41.47%
G = 27.09%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C515E (or 0x7C515E) is known color: Cosmic. HEX triplet: 7C, 51 and 5E. RGB value is (124,81,94). Sum of RGB (Red+Green+Blue) = 124+81+94=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C515E is #83AEA1. Grayscale: #5F5F5F. Windows color (decimal): -8629922 or 6181244. OLE color: 6181244.

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

Color convert

RGB 124 81 94 -
CMYK 0 0.35 0.24 0.51
HSL 341.86º 0.21% 0.4% -
HSV(B) 341.86º 0.35% 0.49% -
XYZ 13.27 10.98 12.01 -
YUV 95.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 124 81 94 0 0.35 0.24 0.51 341.86 0.21 0.4
Hex 7C 51 5E 0 23 18 33 156 15 28
Octal 174 121 136 0 43 30 63 526 25 50
Binary 1111100 1010001 1011110 0 100011 11000 110011 101010110 10101 101000

Color Harmonies of #7C515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C515E

Black with #7C515E

Text Example


Text Example

White with #7C515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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