Html Css Color HEX #8C4772 Cosmic

📋 copy color: '#8C4772'

red 140 ◦ green 71 ◦ blue 114

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

Shades of Cosmic #8C4772

Tints of Cosmic #8C4772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 43.08%
G = 21.85%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C4772 (or 0x8C4772) is known color: Cosmic. HEX triplet: 8C, 47 and 72. RGB value is (140,71,114). Sum of RGB (Red+Green+Blue) = 140+71+114=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4772 is #73B88D. Grayscale: #606060. Windows color (decimal): -7583886 or 7489420. OLE color: 7489420.

HSL color Cylindrical-coordinate representation of color #8C4772: hue angle of 322.61º 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 #8C4772 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 71 114 -
CMYK 0 0.49 0.19 0.45
HSL 322.61º 0.33% 0.41% -
HSV(B) 322.61º 0.49% 0.55% -
XYZ 16.11 11.3 17.25 -
YUV 96.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 140 71 114 0 0.49 0.19 0.45 322.61 0.33 0.41
Hex 8C 47 72 0 31 13 2D 143 21 29
Octal 214 107 162 0 61 23 55 503 41 51
Binary 10001100 1000111 1110010 0 110001 10011 101101 101000011 100001 101001

Color Harmonies of #8C4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4772

Black with #8C4772

Text Example


Text Example

White with #8C4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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