Html Css Color HEX #875473 Cosmic

📋 copy color: '#875473'

red 135 ◦ green 84 ◦ blue 115

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

Shades of Cosmic #875473

Tints of Cosmic #875473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 40.42%
G = 25.15%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#875473 (or 0x875473) is known color: Cosmic. HEX triplet: 87, 54 and 73. RGB value is (135,84,115). Sum of RGB (Red+Green+Blue) = 135+84+115=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875473 is #78AB8C. Grayscale: #666666. Windows color (decimal): -7908237 or 7558279. OLE color: 7558279.

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

Color convert

RGB 135 84 115 -
CMYK 0 0.38 0.15 0.47
HSL 323.53º 0.23% 0.43% -
HSV(B) 323.53º 0.38% 0.53% -
XYZ 16.26 12.73 17.82 -
YUV 102.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 135 84 115 0 0.38 0.15 0.47 323.53 0.23 0.43
Hex 87 54 73 0 26 F 2F 144 17 2B
Octal 207 124 163 0 46 17 57 504 27 53
Binary 10000111 1010100 1110011 0 100110 1111 101111 101000100 10111 101011

Color Harmonies of #875473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875473

Black with #875473

Text Example


Text Example

White with #875473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875473; }

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

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

background-color css

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

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

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

border-color css

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

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

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