Html Css Color HEX #7C5463 Cosmic

📋 copy color: '#7C5463'

red 124 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #7C5463

Tints of Cosmic #7C5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 40.39%
G = 27.36%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7C5463 (or 0x7C5463) is known color: Cosmic. HEX triplet: 7C, 54 and 63. RGB value is (124,84,99). Sum of RGB (Red+Green+Blue) = 124+84+99=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5463 is #83AB9C. Grayscale: #616161. Windows color (decimal): -8629149 or 6509692. OLE color: 6509692.

HSL color Cylindrical-coordinate representation of color #7C5463: hue angle of 337.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C5463 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 84 99 -
CMYK 0 0.32 0.20 0.51
HSL 337.5º 0.19% 0.41% -
HSV(B) 337.5º 0.32% 0.49% -
XYZ 13.73 11.53 13.31 -
YUV 97.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 124 84 99 0 0.32 0.20 0.51 337.5 0.19 0.41
Hex 7C 54 63 0 20 14 33 152 13 29
Octal 174 124 143 0 40 24 63 522 23 51
Binary 1111100 1010100 1100011 0 100000 10100 110011 101010010 10011 101001

Color Harmonies of #7C5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5463

Black with #7C5463

Text Example


Text Example

White with #7C5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,84,99); }

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

background-color css

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

 a { background-color: rgb(124,84,99); }

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

border-color css

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

 span { border-color: rgb(124,84,99); }

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