Html Css Color HEX #875470 Cosmic

📋 copy color: '#875470'

red 135 ◦ green 84 ◦ blue 112

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

Shades of Cosmic #875470

Tints of Cosmic #875470

RGB

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

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

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

R = 40.79%
G = 25.38%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#875470 (or 0x875470) is known color: Cosmic. HEX triplet: 87, 54 and 70. RGB value is (135,84,112). Sum of RGB (Red+Green+Blue) = 135+84+112=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #875470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875470 is #78AB8F. Grayscale: #666666. Windows color (decimal): -7908240 or 7361671. OLE color: 7361671.

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

Color convert

RGB 135 84 112 -
CMYK 0 0.38 0.17 0.47
HSL 327.06º 0.23% 0.43% -
HSV(B) 327.06º 0.38% 0.53% -
XYZ 16.09 12.66 16.93 -
YUV 102.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 135 84 112 0 0.38 0.17 0.47 327.06 0.23 0.43
Hex 87 54 70 0 26 11 2F 147 17 2B
Octal 207 124 160 0 46 21 57 507 27 53
Binary 10000111 1010100 1110000 0 100110 10001 101111 101000111 10111 101011

Color Harmonies of #875470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875470

Black with #875470

Text Example


Text Example

White with #875470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875470; }

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

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

background-color css

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

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

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

border-color css

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

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

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