Html Css Color HEX #875071 Cosmic

📋 copy color: '#875071'

red 135 ◦ green 80 ◦ blue 113

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

Shades of Cosmic #875071

Tints of Cosmic #875071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 41.16%
G = 24.39%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#875071 (or 0x875071) is known color: Cosmic. HEX triplet: 87, 50 and 71. RGB value is (135,80,113). Sum of RGB (Red+Green+Blue) = 135+80+113=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #875071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875071 is #78AF8E. Grayscale: #646464. Windows color (decimal): -7909263 or 7426183. OLE color: 7426183.

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

Color convert

RGB 135 80 113 -
CMYK 0 0.41 0.16 0.47
HSL 324º 0.26% 0.42% -
HSV(B) 324º 0.41% 0.53% -
XYZ 15.84 12.08 17.12 -
YUV 100.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 135 80 113 0 0.41 0.16 0.47 324 0.26 0.42
Hex 87 50 71 0 29 10 2F 144 1A 2A
Octal 207 120 161 0 51 20 57 504 32 52
Binary 10000111 1010000 1110001 0 101001 10000 101111 101000100 11010 101010

Color Harmonies of #875071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875071

Black with #875071

Text Example


Text Example

White with #875071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875071; }

 p { color: rgb(135,80,113); }

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

background-color css

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

 a { background-color: rgb(135,80,113); }

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

border-color css

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

 span { border-color: rgb(135,80,113); }

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