Html Css Color HEX #7C486E Cosmic

📋 copy color: '#7C486E'

red 124 ◦ green 72 ◦ blue 110

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

Shades of Cosmic #7C486E

Tints of Cosmic #7C486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 40.52%
G = 23.53%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C486E (or 0x7C486E) is known color: Cosmic. HEX triplet: 7C, 48 and 6E. RGB value is (124,72,110). Sum of RGB (Red+Green+Blue) = 124+72+110=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C486E is #83B791. Grayscale: #5B5B5B. Windows color (decimal): -8632210 or 7227516. OLE color: 7227516.

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

Color convert

RGB 124 72 110 -
CMYK 0 0.42 0.11 0.51
HSL 316.15º 0.27% 0.38% -
HSV(B) 316.15º 0.42% 0.49% -
XYZ 13.44 10.05 15.98 -
YUV 91.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 124 72 110 0 0.42 0.11 0.51 316.15 0.27 0.38
Hex 7C 48 6E 0 2A B 33 13C 1B 26
Octal 174 110 156 0 52 13 63 474 33 46
Binary 1111100 1001000 1101110 0 101010 1011 110011 100111100 11011 100110

Color Harmonies of #7C486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C486E

Black with #7C486E

Text Example


Text Example

White with #7C486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,72,110); }

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

background-color css

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

 a { background-color: rgb(124,72,110); }

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

border-color css

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

 span { border-color: rgb(124,72,110); }

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