Html Css Color HEX #8C4776 Cosmic

📋 copy color: '#8C4776'

red 140 ◦ green 71 ◦ blue 118

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

Shades of Cosmic #8C4776

Tints of Cosmic #8C4776

RGB

 RED value IS 140 (55.08% from 255) = 42.55%

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 42.55%
G = 21.58%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C4776 (or 0x8C4776) is known color: Cosmic. HEX triplet: 8C, 47 and 76. RGB value is (140,71,118). Sum of RGB (Red+Green+Blue) = 140+71+118=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4776 is #73B889. Grayscale: #606060. Windows color (decimal): -7583882 or 7751564. OLE color: 7751564.

HSL color Cylindrical-coordinate representation of color #8C4776: hue angle of 319.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4776 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 71 118 -
CMYK 0 0.49 0.16 0.45
HSL 319.13º 0.33% 0.41% -
HSV(B) 319.13º 0.49% 0.55% -
XYZ 16.34 11.39 18.48 -
YUV 96.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 140 71 118 0 0.49 0.16 0.45 319.13 0.33 0.41
Hex 8C 47 76 0 31 10 2D 13F 21 29
Octal 214 107 166 0 61 20 55 477 41 51
Binary 10001100 1000111 1110110 0 110001 10000 101101 100111111 100001 101001

Color Harmonies of #8C4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4776

Black with #8C4776

Text Example


Text Example

White with #8C4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C4776; }

 p { color: rgb(140,71,118); }

 H1.HeaderClassName
 {
   color: #8C4776;
 }
 .AnyTagClassName
 {
   color: #8C4776;
 }
</style>

background-color css

<style>
 a { background-color: #8C4776; }

 a { background-color: rgb(140,71,118); }

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

border-color css

<style>
 span { border-color: #8C4776; }

 span { border-color: rgb(140,71,118); }

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