Html Css Color HEX #7C5264 Cosmic

📋 copy color: '#7C5264'

red 124 ◦ green 82 ◦ blue 100

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

Shades of Cosmic #7C5264

Tints of Cosmic #7C5264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 40.52%
G = 26.8%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5264 (or 0x7C5264) is known color: Cosmic. HEX triplet: 7C, 52 and 64. RGB value is (124,82,100). Sum of RGB (Red+Green+Blue) = 124+82+100=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5264 is #83AD9B. Grayscale: #606060. Windows color (decimal): -8629660 or 6574716. OLE color: 6574716.

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

Color convert

RGB 124 82 100 -
CMYK 0 0.34 0.19 0.51
HSL 334.29º 0.2% 0.4% -
HSV(B) 334.29º 0.34% 0.49% -
XYZ 13.63 11.24 13.51 -
YUV 96.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 124 82 100 0 0.34 0.19 0.51 334.29 0.2 0.4
Hex 7C 52 64 0 22 13 33 14E 14 28
Octal 174 122 144 0 42 23 63 516 24 50
Binary 1111100 1010010 1100100 0 100010 10011 110011 101001110 10100 101000

Color Harmonies of #7C5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5264

Black with #7C5264

Text Example


Text Example

White with #7C5264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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