Html Css Color HEX #894D6F Cosmic

📋 copy color: '#894D6F'

red 137 ◦ green 77 ◦ blue 111

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

Shades of Cosmic #894D6F

Tints of Cosmic #894D6F

RGB

 RED value IS 137 (53.91% from 255) = 42.15%

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 42.15%
G = 23.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#894D6F (or 0x894D6F) is known color: Cosmic. HEX triplet: 89, 4D and 6F. RGB value is (137,77,111). Sum of RGB (Red+Green+Blue) = 137+77+111=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D6F is #76B290. Grayscale: #626262. Windows color (decimal): -7778961 or 7294345. OLE color: 7294345.

HSL color Cylindrical-coordinate representation of color #894D6F: hue angle of 326º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D6F is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 111 -
CMYK 0 0.44 0.19 0.46
HSL 326º 0.28% 0.42% -
HSV(B) 326º 0.44% 0.54% -
XYZ 15.84 11.77 16.48 -
YUV 98.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 137 77 111 0 0.44 0.19 0.46 326 0.28 0.42
Hex 89 4D 6F 0 2C 13 2E 146 1C 2A
Octal 211 115 157 0 54 23 56 506 34 52
Binary 10001001 1001101 1101111 0 101100 10011 101110 101000110 11100 101010

Color Harmonies of #894D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D6F

Black with #894D6F

Text Example


Text Example

White with #894D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894D6F; }

 p { color: rgb(137,77,111); }

 H1.HeaderClassName
 {
   color: #894D6F;
 }
 .AnyTagClassName
 {
   color: #894D6F;
 }
</style>

background-color css

<style>
 a { background-color: #894D6F; }

 a { background-color: rgb(137,77,111); }

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

border-color css

<style>
 span { border-color: #894D6F; }

 span { border-color: rgb(137,77,111); }

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