Html Css Color HEX #7C596E Cosmic

📋 copy color: '#7C596E'

red 124 ◦ green 89 ◦ blue 110

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

Shades of Cosmic #7C596E

Tints of Cosmic #7C596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 38.39%
G = 27.55%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C596E (or 0x7C596E) is known color: Cosmic. HEX triplet: 7C, 59 and 6E. RGB value is (124,89,110). Sum of RGB (Red+Green+Blue) = 124+89+110=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C596E is #83A691. Grayscale: #656565. Windows color (decimal): -8627858 or 7231868. OLE color: 7231868.

HSL color Cylindrical-coordinate representation of color #7C596E: hue angle of 324º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C596E is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 89 110 -
CMYK 0 0.28 0.11 0.51
HSL 324º 0.16% 0.42% -
HSV(B) 324º 0.28% 0.49% -
XYZ 14.7 12.56 16.4 -
YUV 101.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 124 89 110 0 0.28 0.11 0.51 324 0.16 0.42
Hex 7C 59 6E 0 1C B 33 144 10 2A
Octal 174 131 156 0 34 13 63 504 20 52
Binary 1111100 1011001 1101110 0 11100 1011 110011 101000100 10000 101010

Color Harmonies of #7C596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C596E

Black with #7C596E

Text Example


Text Example

White with #7C596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,110); }

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

background-color css

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

 a { background-color: rgb(124,89,110); }

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

border-color css

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

 span { border-color: rgb(124,89,110); }

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