Html Css Color HEX #873C6C Cosmic

📋 copy color: '#873C6C'

red 135 ◦ green 60 ◦ blue 108

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

Shades of Cosmic #873C6C

Tints of Cosmic #873C6C

RGB

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

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

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

R = 44.55%
G = 19.8%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#873C6C (or 0x873C6C) is known color: Cosmic. HEX triplet: 87, 3C and 6C. RGB value is (135,60,108). Sum of RGB (Red+Green+Blue) = 135+60+108=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C6C is #78C393. Grayscale: #575757. Windows color (decimal): -7914388 or 7093383. OLE color: 7093383.

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

Color convert

RGB 135 60 108 -
CMYK 0 0.56 0.2 0.47
HSL 321.6º 0.38% 0.38% -
HSV(B) 321.6º 0.56% 0.53% -
XYZ 14.31 9.47 15.26 -
YUV 87.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 135 60 108 0 0.56 0.2 0.47 321.6 0.38 0.38
Hex 87 3C 6C 0 38 14 2F 142 26 26
Octal 207 74 154 0 70 24 57 502 46 46
Binary 10000111 111100 1101100 0 111000 10100 101111 101000010 100110 100110

Color Harmonies of #873C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C6C

Black with #873C6C

Text Example


Text Example

White with #873C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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