Html Css Color HEX #7C4161 Cosmic

📋 copy color: '#7C4161'

red 124 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #7C4161

Tints of Cosmic #7C4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 43.36%
G = 22.73%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C4161 (or 0x7C4161) is known color: Cosmic. HEX triplet: 7C, 41 and 61. RGB value is (124,65,97). Sum of RGB (Red+Green+Blue) = 124+65+97=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4161 is #83BE9E. Grayscale: #565656. Windows color (decimal): -8634015 or 6373756. OLE color: 6373756.

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

Color convert

RGB 124 65 97 -
CMYK 0 0.48 0.22 0.51
HSL 327.46º 0.31% 0.37% -
HSV(B) 327.46º 0.48% 0.49% -
XYZ 12.36 8.93 12.38 -
YUV 86.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 124 65 97 0 0.48 0.22 0.51 327.46 0.31 0.37
Hex 7C 41 61 0 30 16 33 147 1F 25
Octal 174 101 141 0 60 26 63 507 37 45
Binary 1111100 1000001 1100001 0 110000 10110 110011 101000111 11111 100101

Color Harmonies of #7C4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4161

Black with #7C4161

Text Example


Text Example

White with #7C4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,97); }

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

background-color css

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

 a { background-color: rgb(124,65,97); }

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

border-color css

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

 span { border-color: rgb(124,65,97); }

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