Html Css Color HEX #875173 Cosmic

📋 copy color: '#875173'

red 135 ◦ green 81 ◦ blue 115

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

Shades of Cosmic #875173

Tints of Cosmic #875173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.47%

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

R = 40.79%
G = 24.47%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#875173 (or 0x875173) is known color: Cosmic. HEX triplet: 87, 51 and 73. RGB value is (135,81,115). Sum of RGB (Red+Green+Blue) = 135+81+115=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #875173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875173 is #78AE8C. Grayscale: #646464. Windows color (decimal): -7909005 or 7557511. OLE color: 7557511.

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

Color convert

RGB 135 81 115 -
CMYK 0 0.40 0.15 0.47
HSL 322.22º 0.25% 0.42% -
HSV(B) 322.22º 0.4% 0.53% -
XYZ 16.03 12.27 17.74 -
YUV 101.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 135 81 115 0 0.40 0.15 0.47 322.22 0.25 0.42
Hex 87 51 73 0 28 F 2F 142 19 2A
Octal 207 121 163 0 50 17 57 502 31 52
Binary 10000111 1010001 1110011 0 101000 1111 101111 101000010 11001 101010

Color Harmonies of #875173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875173

Black with #875173

Text Example


Text Example

White with #875173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875173; }

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

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

background-color css

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

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

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

border-color css

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

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

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