Html Css Color HEX #873C6B Cosmic

📋 copy color: '#873C6B'

red 135 ◦ green 60 ◦ blue 107

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

Shades of Cosmic #873C6B

Tints of Cosmic #873C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 44.7%
G = 19.87%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#873C6B (or 0x873C6B) is known color: Cosmic. HEX triplet: 87, 3C and 6B. RGB value is (135,60,107). Sum of RGB (Red+Green+Blue) = 135+60+107=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C6B is #78C394. Grayscale: #575757. Windows color (decimal): -7914389 or 7027847. OLE color: 7027847.

HSL color Cylindrical-coordinate representation of color #873C6B: hue angle of 322.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C6B is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 107 -
CMYK 0 0.56 0.21 0.47
HSL 322.4º 0.38% 0.38% -
HSV(B) 322.4º 0.56% 0.53% -
XYZ 14.26 9.44 14.98 -
YUV 87.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 135 60 107 0 0.56 0.21 0.47 322.4 0.38 0.38
Hex 87 3C 6B 0 38 15 2F 142 26 26
Octal 207 74 153 0 70 25 57 502 46 46
Binary 10000111 111100 1101011 0 111000 10101 101111 101000010 100110 100110

Color Harmonies of #873C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C6B

Black with #873C6B

Text Example


Text Example

White with #873C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C6B; }

 p { color: rgb(135,60,107); }

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

background-color css

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

 a { background-color: rgb(135,60,107); }

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

border-color css

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

 span { border-color: rgb(135,60,107); }

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