Html Css Color HEX #7C5664 Cosmic

📋 copy color: '#7C5664'

red 124 ◦ green 86 ◦ blue 100

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

Shades of Cosmic #7C5664

Tints of Cosmic #7C5664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 40%
G = 27.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5664 (or 0x7C5664) is known color: Cosmic. HEX triplet: 7C, 56 and 64. RGB value is (124,86,100). Sum of RGB (Red+Green+Blue) = 124+86+100=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5664 is #83A99B. Grayscale: #626262. Windows color (decimal): -8628636 or 6575740. OLE color: 6575740.

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

Color convert

RGB 124 86 100 -
CMYK 0 0.31 0.19 0.51
HSL 337.89º 0.18% 0.41% -
HSV(B) 337.89º 0.31% 0.49% -
XYZ 13.94 11.86 13.61 -
YUV 98.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 124 86 100 0 0.31 0.19 0.51 337.89 0.18 0.41
Hex 7C 56 64 0 1F 13 33 152 12 29
Octal 174 126 144 0 37 23 63 522 22 51
Binary 1111100 1010110 1100100 0 11111 10011 110011 101010010 10010 101001

Color Harmonies of #7C5664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5664

Black with #7C5664

Text Example


Text Example

White with #7C5664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,86,100); }

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

background-color css

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

 a { background-color: rgb(124,86,100); }

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

border-color css

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

 span { border-color: rgb(124,86,100); }

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