Html Css Color HEX #875070 Cosmic

📋 copy color: '#875070'

red 135 ◦ green 80 ◦ blue 112

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

Shades of Cosmic #875070

Tints of Cosmic #875070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 41.28%
G = 24.46%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#875070 (or 0x875070) is known color: Cosmic. HEX triplet: 87, 50 and 70. RGB value is (135,80,112). Sum of RGB (Red+Green+Blue) = 135+80+112=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #875070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875070 is #78AF8F. Grayscale: #646464. Windows color (decimal): -7909264 or 7360647. OLE color: 7360647.

HSL color Cylindrical-coordinate representation of color #875070: hue angle of 325.09º 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 #875070 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 112 -
CMYK 0 0.41 0.17 0.47
HSL 325.09º 0.26% 0.42% -
HSV(B) 325.09º 0.41% 0.53% -
XYZ 15.78 12.06 16.82 -
YUV 100.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 135 80 112 0 0.41 0.17 0.47 325.09 0.26 0.42
Hex 87 50 70 0 29 11 2F 145 1A 2A
Octal 207 120 160 0 51 21 57 505 32 52
Binary 10000111 1010000 1110000 0 101001 10001 101111 101000101 11010 101010

Color Harmonies of #875070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875070

Black with #875070

Text Example


Text Example

White with #875070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875070; }

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

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

background-color css

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

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

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

border-color css

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

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

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