Html Css Color HEX #87506D Cosmic

📋 copy color: '#87506D'

red 135 ◦ green 80 ◦ blue 109

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

Shades of Cosmic #87506D

Tints of Cosmic #87506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 41.67%
G = 24.69%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87506D (or 0x87506D) is known color: Cosmic. HEX triplet: 87, 50 and 6D. RGB value is (135,80,109). Sum of RGB (Red+Green+Blue) = 135+80+109=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87506D is #78AF92. Grayscale: #636363. Windows color (decimal): -7909267 or 7164039. OLE color: 7164039.

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

Color convert

RGB 135 80 109 -
CMYK 0 0.41 0.19 0.47
HSL 328.36º 0.26% 0.42% -
HSV(B) 328.36º 0.41% 0.53% -
XYZ 15.62 11.99 15.96 -
YUV 99.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 135 80 109 0 0.41 0.19 0.47 328.36 0.26 0.42
Hex 87 50 6D 0 29 13 2F 148 1A 2A
Octal 207 120 155 0 51 23 57 510 32 52
Binary 10000111 1010000 1101101 0 101001 10011 101111 101001000 11010 101010

Color Harmonies of #87506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87506D

Black with #87506D

Text Example


Text Example

White with #87506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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