Html Css Color HEX #874E73 Cosmic

📋 copy color: '#874E73'

red 135 ◦ green 78 ◦ blue 115

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

Shades of Cosmic #874E73

Tints of Cosmic #874E73

RGB

 RED value IS 135 (53.13% from 255) = 41.16%

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

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 41.16%
G = 23.78%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#874E73 (or 0x874E73) is known color: Cosmic. HEX triplet: 87, 4E and 73. RGB value is (135,78,115). Sum of RGB (Red+Green+Blue) = 135+78+115=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #874E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E73 is #78B18C. Grayscale: #636363. Windows color (decimal): -7909773 or 7556743. OLE color: 7556743.

HSL color Cylindrical-coordinate representation of color #874E73: hue angle of 321.05º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E73 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 115 -
CMYK 0 0.42 0.15 0.47
HSL 321.05º 0.27% 0.42% -
HSV(B) 321.05º 0.42% 0.53% -
XYZ 15.81 11.84 17.67 -
YUV 99.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 135 78 115 0 0.42 0.15 0.47 321.05 0.27 0.42
Hex 87 4E 73 0 2A F 2F 141 1B 2A
Octal 207 116 163 0 52 17 57 501 33 52
Binary 10000111 1001110 1110011 0 101010 1111 101111 101000001 11011 101010

Color Harmonies of #874E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E73

Black with #874E73

Text Example


Text Example

White with #874E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874E73; }

 p { color: rgb(135,78,115); }

 H1.HeaderClassName
 {
   color: #874E73;
 }
 .AnyTagClassName
 {
   color: #874E73;
 }
</style>

background-color css

<style>
 a { background-color: #874E73; }

 a { background-color: rgb(135,78,115); }

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

border-color css

<style>
 span { border-color: #874E73; }

 span { border-color: rgb(135,78,115); }

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