Html Css Color HEX #7C446A Cosmic

📋 copy color: '#7C446A'

red 124 ◦ green 68 ◦ blue 106

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

Shades of Cosmic #7C446A

Tints of Cosmic #7C446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 41.61%
G = 22.82%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C446A (or 0x7C446A) is known color: Cosmic. HEX triplet: 7C, 44 and 6A. RGB value is (124,68,106). Sum of RGB (Red+Green+Blue) = 124+68+106=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C446A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C446A is #83BB95. Grayscale: #585858. Windows color (decimal): -8633238 or 6964348. OLE color: 6964348.

HSL color Cylindrical-coordinate representation of color #7C446A: hue angle of 319.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C446A is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 68 106 -
CMYK 0 0.45 0.15 0.51
HSL 319.29º 0.29% 0.38% -
HSV(B) 319.29º 0.45% 0.49% -
XYZ 12.98 9.46 14.78 -
YUV 89.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 124 68 106 0 0.45 0.15 0.51 319.29 0.29 0.38
Hex 7C 44 6A 0 2D F 33 13F 1D 26
Octal 174 104 152 0 55 17 63 477 35 46
Binary 1111100 1000100 1101010 0 101101 1111 110011 100111111 11101 100110

Color Harmonies of #7C446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C446A

Black with #7C446A

Text Example


Text Example

White with #7C446A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,68,106); }

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

background-color css

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

 a { background-color: rgb(124,68,106); }

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

border-color css

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

 span { border-color: rgb(124,68,106); }

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