Html Css Color HEX #7C5164 Cosmic

📋 copy color: '#7C5164'

red 124 ◦ green 81 ◦ blue 100

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

Shades of Cosmic #7C5164

Tints of Cosmic #7C5164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

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

R = 40.66%
G = 26.56%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5164 (or 0x7C5164) is known color: Cosmic. HEX triplet: 7C, 51 and 64. RGB value is (124,81,100). Sum of RGB (Red+Green+Blue) = 124+81+100=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5164 is #83AE9B. Grayscale: #5F5F5F. Windows color (decimal): -8629916 or 6574460. OLE color: 6574460.

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

Color convert

RGB 124 81 100 -
CMYK 0 0.35 0.19 0.51
HSL 333.49º 0.21% 0.4% -
HSV(B) 333.49º 0.35% 0.49% -
XYZ 13.55 11.09 13.48 -
YUV 96.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 124 81 100 0 0.35 0.19 0.51 333.49 0.21 0.4
Hex 7C 51 64 0 23 13 33 14D 15 28
Octal 174 121 144 0 43 23 63 515 25 50
Binary 1111100 1010001 1100100 0 100011 10011 110011 101001101 10101 101000

Color Harmonies of #7C5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5164

Black with #7C5164

Text Example


Text Example

White with #7C5164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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