Html Css Color HEX #7C586D Cosmic

📋 copy color: '#7C586D'

red 124 ◦ green 88 ◦ blue 109

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

Shades of Cosmic #7C586D

Tints of Cosmic #7C586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 38.63%
G = 27.41%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C586D (or 0x7C586D) is known color: Cosmic. HEX triplet: 7C, 58 and 6D. RGB value is (124,88,109). Sum of RGB (Red+Green+Blue) = 124+88+109=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C586D is #83A792. Grayscale: #656565. Windows color (decimal): -8628115 or 7166076. OLE color: 7166076.

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

Color convert

RGB 124 88 109 -
CMYK 0 0.29 0.12 0.51
HSL 325º 0.17% 0.42% -
HSV(B) 325º 0.29% 0.49% -
XYZ 14.56 12.37 16.09 -
YUV 101.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 124 88 109 0 0.29 0.12 0.51 325 0.17 0.42
Hex 7C 58 6D 0 1D C 33 145 11 2A
Octal 174 130 155 0 35 14 63 505 21 52
Binary 1111100 1011000 1101101 0 11101 1100 110011 101000101 10001 101010

Color Harmonies of #7C586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C586D

Black with #7C586D

Text Example


Text Example

White with #7C586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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