Html Css Color HEX #87506C Cosmic

📋 copy color: '#87506C'

red 135 ◦ green 80 ◦ blue 108

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

Shades of Cosmic #87506C

Tints of Cosmic #87506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 41.8%
G = 24.77%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87506C (or 0x87506C) is known color: Cosmic. HEX triplet: 87, 50 and 6C. RGB value is (135,80,108). Sum of RGB (Red+Green+Blue) = 135+80+108=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87506C is #78AF93. Grayscale: #636363. Windows color (decimal): -7909268 or 7098503. OLE color: 7098503.

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

Color convert

RGB 135 80 108 -
CMYK 0 0.41 0.2 0.47
HSL 329.45º 0.26% 0.42% -
HSV(B) 329.45º 0.41% 0.53% -
XYZ 15.57 11.97 15.68 -
YUV 99.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 135 80 108 0 0.41 0.2 0.47 329.45 0.26 0.42
Hex 87 50 6C 0 29 14 2F 149 1A 2A
Octal 207 120 154 0 51 24 57 511 32 52
Binary 10000111 1010000 1101100 0 101001 10100 101111 101001001 11010 101010

Color Harmonies of #87506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87506C

Black with #87506C

Text Example


Text Example

White with #87506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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