Html Css Color HEX #7C586E Cosmic

📋 copy color: '#7C586E'

red 124 ◦ green 88 ◦ blue 110

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

Shades of Cosmic #7C586E

Tints of Cosmic #7C586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

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

R = 38.51%
G = 27.33%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C586E (or 0x7C586E) is known color: Cosmic. HEX triplet: 7C, 58 and 6E. RGB value is (124,88,110). Sum of RGB (Red+Green+Blue) = 124+88+110=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C586E is #83A791. Grayscale: #656565. Windows color (decimal): -8628114 or 7231612. OLE color: 7231612.

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

Color convert

RGB 124 88 110 -
CMYK 0 0.29 0.11 0.51
HSL 323.33º 0.17% 0.42% -
HSV(B) 323.33º 0.29% 0.49% -
XYZ 14.62 12.39 16.37 -
YUV 101.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 124 88 110 0 0.29 0.11 0.51 323.33 0.17 0.42
Hex 7C 58 6E 0 1D B 33 143 11 2A
Octal 174 130 156 0 35 13 63 503 21 52
Binary 1111100 1011000 1101110 0 11101 1011 110011 101000011 10001 101010

Color Harmonies of #7C586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C586E

Black with #7C586E

Text Example


Text Example

White with #7C586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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