Html Css Color HEX #894E75 Cosmic

📋 copy color: '#894E75'

red 137 ◦ green 78 ◦ blue 117

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

Shades of Cosmic #894E75

Tints of Cosmic #894E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 41.27%
G = 23.49%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894E75 (or 0x894E75) is known color: Cosmic. HEX triplet: 89, 4E and 75. RGB value is (137,78,117). Sum of RGB (Red+Green+Blue) = 137+78+117=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #894E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E75 is #76B18A. Grayscale: #636363. Windows color (decimal): -7778699 or 7687817. OLE color: 7687817.

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

Color convert

RGB 137 78 117 -
CMYK 0 0.43 0.15 0.46
HSL 320.34º 0.27% 0.42% -
HSV(B) 320.34º 0.43% 0.54% -
XYZ 16.25 12.05 18.3 -
YUV 100.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 137 78 117 0 0.43 0.15 0.46 320.34 0.27 0.42
Hex 89 4E 75 0 2B F 2E 140 1B 2A
Octal 211 116 165 0 53 17 56 500 33 52
Binary 10001001 1001110 1110101 0 101011 1111 101110 101000000 11011 101010

Color Harmonies of #894E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E75

Black with #894E75

Text Example


Text Example

White with #894E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,78,117); }

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

background-color css

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

 a { background-color: rgb(137,78,117); }

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

border-color css

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

 span { border-color: rgb(137,78,117); }

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